Commit ce950b6e339e5788d3c2e9cb7587eb7f31ff9ea6
1 parent
ffb3e2c5
bug
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/actions/HangAction.lua
| ... | ... | @@ -602,8 +602,8 @@ function _M.endBonusBattleRpc(agent, data) |
| 602 | 602 | if starNum and starNum > 0 then |
| 603 | 603 | -- 胜利扣除次数 |
| 604 | 604 | |
| 605 | - local bTeam = self:getTeamFormatByType(TeamSystemType.BonusBattle) | |
| 606 | - local herosInfo = self:getTeamHerosInfo(bTeam.heros) | |
| 605 | + local bTeam = role:getTeamFormatByType(TeamSystemType.BonusBattle) | |
| 606 | + local herosInfo = role:getTeamHerosInfo(bTeam.heros) | |
| 607 | 607 | |
| 608 | 608 | local check = {} |
| 609 | 609 | -- 1 通关 | ... | ... |