bug修复

This commit is contained in:
xiekaidong 2023-09-12 16:22:10 +08:00
parent 5c490ce2b6
commit 178de4c506

View File

@ -411,7 +411,7 @@ function BattleControllerDungeonRune:getRuneTaskAllOver()
local taskProgress = ModuleManager.DungeonRuneManager:getTaskStatus(self, chapterCondition)
local taskOver = true
for index, info in pairs(taskProgress) do
if not info.over then
if not info.over and index ~= 1 then
taskOver = false
break
end