mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-24 02:04:36 +01:00
Reset shop purchases each month
This commit is contained in:
@@ -691,6 +691,11 @@ public class Player implements GameDatabaseObject {
|
||||
// Reset daily quests
|
||||
this.getQuestManager().resetDailyQuests();
|
||||
this.getBattlePassManager().getBattlePass().resetDailyQuests(resetWeekly);
|
||||
|
||||
// Reset monthly shop purchases
|
||||
if (resetMonthly) {
|
||||
this.getInventory().resetShopPurchases();
|
||||
}
|
||||
}
|
||||
|
||||
// Trigger quests + achievements
|
||||
|
||||
Reference in New Issue
Block a user