From 09598b076b86d37c6233460d9631c6ad5e6a7cd0 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Thu, 1 Jun 2023 21:06:59 +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.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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