fix(webui): once awake stage 2 not consistently showing up in-game #2244

Merged
Sainan merged 1 commits from once-awake-fix into main 2025-06-22 06:41:07 -07:00

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