From ea7ffafbf3ee18838a4179578abcb72675ef4402 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Tue, 1 Apr 2025 03:08:00 +0200 Subject: [PATCH] Update manageQuestsController.ts --- 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 323b7204..49ae004c 100644 --- a/src/controllers/custom/manageQuestsController.ts +++ b/src/controllers/custom/manageQuestsController.ts @@ -133,7 +133,7 @@ export const manageQuestsController: RequestHandler = async (req, res) => { await completeQuest(inventory, questKey.ItemType); } else { const progress = { - c: questManifest.chainStages![currentStage - 1].key ? -1 : 0, + c: questManifest.chainStages![currentStage].key ? -1 : 0, i: false, m: false, b: []