bug修复

This commit is contained in:
xiekaidong 2023-09-20 11:27:26 +08:00
parent 2e6541445e
commit cbbccaaa63

View File

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