feat: daily synthesis #1014

Merged
OrdisPrime merged 6 commits from library-daily-task into main 2025-02-25 17:31:52 -08:00
Showing only changes of commit 496ac35c17 - Show all commits

View File

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