From cbbccaaa631091cf43dfc24c5889ba83532408d7 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Wed, 20 Sep 2023 11:27:26 +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 --- .../module/battle/controller/battle_controller_dungeon_rune.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 58f08c54..ab46ab0f 100644 --- a/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua +++ b/lua/app/module/battle/controller/battle_controller_dungeon_rune.lua @@ -151,7 +151,7 @@ function BattleControllerDungeonRune:enterRoundBegin() end -- 完成任务 local taskOver = self:getRuneTaskAllOver() - if taskOver then + if taskOver and not self.isBossChapter then self.victory = true self:postWaveOver(false) self:battleEnd()