improve: skip "Watch The Maker" when completeAllQuests is set
This commit is contained in:
parent
1dc1a9aec8
commit
62c8d603df
@ -58,6 +58,7 @@ const inventoryController: RequestHandler = async (request: Request, response: R
|
||||
}
|
||||
}
|
||||
if (config.completeAllQuests) {
|
||||
inventoryResponse.NodeIntrosCompleted.push("/Lotus/Levels/Cinematics/NewWarIntro/NewWarStageTwo.level");
|
||||
for (const quest of inventoryResponse.QuestKeys) {
|
||||
quest.Completed = true;
|
||||
quest.Progress = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user