Fixed profile creation error due to missing default value
This commit is contained in:
@@ -204,7 +204,8 @@ public class ProfileHelper(
|
||||
FreeRepeatableRefreshUsedCount = new Dictionary<string, int>(),
|
||||
Migrations = new Dictionary<string, long>(),
|
||||
CultistRewards = new Dictionary<string, AcceptedCultistReward>(),
|
||||
PendingPrestige = null
|
||||
PendingPrestige = null,
|
||||
ExtraRepeatableQuests = new Dictionary<string, double>()
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user