diff --git a/lua/app/module/battle/controller/battle_controller_pvp.lua b/lua/app/module/battle/controller/battle_controller_pvp.lua index b1d3e36a..47ca8355 100644 --- a/lua/app/module/battle/controller/battle_controller_pvp.lua +++ b/lua/app/module/battle/controller/battle_controller_pvp.lua @@ -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()