diff --git a/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua b/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua index 190f7556..9a33d84b 100644 --- a/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua +++ b/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua @@ -152,6 +152,7 @@ function BattleControllerDungeonRune:enterRoundBegin() -- 完成任务 local taskOver = self:getRuneTaskAllOver() if taskOver and not self.isBossChapter then + self.needWaitingBoardOver = nil self.victory = true self:postWaveOver(false) self:battleEnd()