bug修复

This commit is contained in:
xiekaidong 2023-07-06 18:43:02 +08:00
parent 8ecb19d48c
commit 28b9d2bc7f

View File

@ -212,8 +212,6 @@ function BattleControllerPVP:getSkillElementListRow()
end
function BattleControllerPVP:onFillBoardOver(...)
BattleBaseController.onFillBoardOver(self, ...)
--- 遍历
local index = 1
for posId, entity in pairs(self.battleData:getGridEnties()) do
@ -231,6 +229,7 @@ function BattleControllerPVP:onFillBoardOver(...)
end
end
end
BattleBaseController.onFillBoardOver(self, ...)
end
function BattleControllerPVP:skipEliminationAction()