feat(webui): Quests management part 1 #963

Merged
Sainan merged 19 commits from unlock-all-quests into main 2025-02-18 17:14:42 -08:00
Showing only changes of commit e607678b6f - Show all commits

View File

@ -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;
}