Updated string to mongoId

This commit is contained in:
Chomp
2025-07-27 13:31:46 +01:00
parent 773966240f
commit a1b1c6d815
4 changed files with 11 additions and 8 deletions
@@ -214,11 +214,11 @@ public class ProfileHelper(
Mods = [],
ReceivedGifts = [],
BlacklistedItemTemplates = [],
FreeRepeatableRefreshUsedCount = new Dictionary<string, int>(),
Migrations = new Dictionary<string, long>(),
CultistRewards = new Dictionary<string, AcceptedCultistReward>(),
FreeRepeatableRefreshUsedCount = new(),
Migrations = new(),
CultistRewards = new(),
PendingPrestige = null,
ExtraRepeatableQuests = new Dictionary<string, double>(),
ExtraRepeatableQuests = new(),
};
}