fix bug
This commit is contained in:
parent
c5c4acb569
commit
d0c0b398bc
@ -167,7 +167,7 @@ function BattleControllerStage:controllBattleEnd()
|
||||
local atkReport = {}
|
||||
local teamEntity = DataManager.BattleData:getAtkTeam()
|
||||
local members = teamEntity:getAllMembers()
|
||||
for k, v in ipairs(members) do
|
||||
for k, v in pairs(members) do
|
||||
local report = {
|
||||
heroId = v:getId(),
|
||||
dmg = v:getDamageCount(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user