unsure about this, rather not delete progress

This commit is contained in:
Sainan 2025-02-25 08:42:48 +01:00
parent a7a550fd4d
commit 496ac35c17

View File

@ -38,7 +38,6 @@ export const inventoryController: RequestHandler = async (request, response) =>
inventory.DailyFocus = 250000 + inventory.PlayerLevel * 5000; inventory.DailyFocus = 250000 + inventory.PlayerLevel * 5000;
inventory.LibraryAvailableDailyTaskInfo = createLibraryDailyTask(); inventory.LibraryAvailableDailyTaskInfo = createLibraryDailyTask();
inventory.LibraryActiveDailyTaskInfo = undefined;
await inventory.save(); await inventory.save();
} }