fix(webui): once awake stage 2 not consistently showing up in-game
All checks were successful
Build / build (pull_request) Successful in 1m0s

This commit is contained in:
Sainan 2025-06-22 02:37:11 +02:00
parent 3bcd5827f9
commit 30db142ce9

View File

@ -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: []