reset properly
This commit is contained in:
parent
4c620d948a
commit
e607678b6f
@ -58,6 +58,7 @@ export const manageQuestsController: RequestHandler = async (req, res) => {
|
|||||||
logger.info("resetting all quests..");
|
logger.info("resetting all quests..");
|
||||||
for (const questKey of inventory.QuestKeys) {
|
for (const questKey of inventory.QuestKeys) {
|
||||||
questKey.Completed = false;
|
questKey.Completed = false;
|
||||||
|
questKey.Progress = [];
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user