diff --git a/lua/app/module/battle/controller/battle_controller.lua b/lua/app/module/battle/controller/battle_controller.lua index ef303aea..d03937fa 100644 --- a/lua/app/module/battle/controller/battle_controller.lua +++ b/lua/app/module/battle/controller/battle_controller.lua @@ -671,7 +671,7 @@ function BattleController:onLinkStart(entity, posId, isVirtual) self.battleUI:showTutorialFinger() end if #self.battleData:getGridSequence() > 0 then - self.battleData:clearGridSequence() + self:clearGridSequence() end self.battleData:insertGridSequence(posId, self:snapshotBoard(), isVirtual) local skillEntity = self.battleData:getSkillEntityBySkillId(entity:getSkillId())