diff --git a/src/controllers/custom/manageQuestsController.ts b/src/controllers/custom/manageQuestsController.ts index 2f2af113..2ee15385 100644 --- a/src/controllers/custom/manageQuestsController.ts +++ b/src/controllers/custom/manageQuestsController.ts @@ -58,6 +58,7 @@ export const manageQuestsController: RequestHandler = async (req, res) => { logger.info("resetting all quests.."); for (const questKey of inventory.QuestKeys) { questKey.Completed = false; + questKey.Progress = []; } break; }