bug修复
This commit is contained in:
parent
5c490ce2b6
commit
178de4c506
@ -411,7 +411,7 @@ function BattleControllerDungeonRune:getRuneTaskAllOver()
|
|||||||
local taskProgress = ModuleManager.DungeonRuneManager:getTaskStatus(self, chapterCondition)
|
local taskProgress = ModuleManager.DungeonRuneManager:getTaskStatus(self, chapterCondition)
|
||||||
local taskOver = true
|
local taskOver = true
|
||||||
for index, info in pairs(taskProgress) do
|
for index, info in pairs(taskProgress) do
|
||||||
if not info.over then
|
if not info.over and index ~= 1 then
|
||||||
taskOver = false
|
taskOver = false
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user