This commit is contained in:
xiekaidong 2023-09-22 09:58:21 +08:00
parent a74b0d6f56
commit 0d79e85452

View File

@ -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()