bug修复
This commit is contained in:
parent
8ecb19d48c
commit
28b9d2bc7f
@ -212,8 +212,6 @@ function BattleControllerPVP:getSkillElementListRow()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function BattleControllerPVP:onFillBoardOver(...)
|
function BattleControllerPVP:onFillBoardOver(...)
|
||||||
BattleBaseController.onFillBoardOver(self, ...)
|
|
||||||
|
|
||||||
--- 遍历
|
--- 遍历
|
||||||
local index = 1
|
local index = 1
|
||||||
for posId, entity in pairs(self.battleData:getGridEnties()) do
|
for posId, entity in pairs(self.battleData:getGridEnties()) do
|
||||||
@ -231,6 +229,7 @@ function BattleControllerPVP:onFillBoardOver(...)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
BattleBaseController.onFillBoardOver(self, ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
function BattleControllerPVP:skipEliminationAction()
|
function BattleControllerPVP:skipEliminationAction()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user