feat(webui): Quests management part 1 #963
@ -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;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user