From 28b9d2bc7f3db3600f7734600ac58b0e688d4710 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Thu, 6 Jul 2023 18:43:02 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/battle/controller/battle_controller_pvp.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()