diff --git a/lua/app/module/battle/controller/battle_controller.lua b/lua/app/module/battle/controller/battle_controller.lua index 3fda483c..08e072ea 100644 --- a/lua/app/module/battle/controller/battle_controller.lua +++ b/lua/app/module/battle/controller/battle_controller.lua @@ -2077,7 +2077,7 @@ function BattleController:getShuffleBoardInfo() if count + skillCount - cantLinkCount >= needCount then local haveSkill = false local listCount = 0 - self.shuffleBoardTempList = table.clearOrCreate(self.shuffleBoardList) + self.shuffleBoardTempList = table.clearOrCreate(self.shuffleBoardTempList) find = false local add = false for _, entity in ipairs(list) do