From 30db142ce9dc77f0b32b7a4155d6f6e8a8d7e7ce Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Sun, 22 Jun 2025 02:37:11 +0200 Subject: [PATCH] fix(webui): once awake stage 2 not consistently showing up in-game --- src/controllers/custom/manageQuestsController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/custom/manageQuestsController.ts b/src/controllers/custom/manageQuestsController.ts index b951c754..365fb29c 100644 --- a/src/controllers/custom/manageQuestsController.ts +++ b/src/controllers/custom/manageQuestsController.ts @@ -128,7 +128,7 @@ export const manageQuestsController: RequestHandler = async (req, res) => { await completeQuest(inventory, questKey.ItemType); } else { const progress = { - c: questManifest.chainStages![currentStage].key ? -1 : 0, + c: 0, i: false, m: false, b: []