bug修复

This commit is contained in:
xiekaidong 2023-06-01 21:06:59 +08:00
parent 2adecefa79
commit 09598b076b

View File

@ -2077,7 +2077,7 @@ function BattleController:getShuffleBoardInfo()
if count + skillCount - cantLinkCount >= needCount then if count + skillCount - cantLinkCount >= needCount then
local haveSkill = false local haveSkill = false
local listCount = 0 local listCount = 0
self.shuffleBoardTempList = table.clearOrCreate(self.shuffleBoardList) self.shuffleBoardTempList = table.clearOrCreate(self.shuffleBoardTempList)
find = false find = false
local add = false local add = false
for _, entity in ipairs(list) do for _, entity in ipairs(list) do