bug修复
This commit is contained in:
parent
8ecb19d48c
commit
28b9d2bc7f
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user