increment level when prestiging

This commit is contained in:
CWX
2025-02-03 14:27:09 +00:00
parent f8792c47c9
commit 33f52df67b
@@ -123,6 +123,7 @@ public class PrestigeController(
// Flag profile as having achieved this prestige level
newProfile.CharacterData.PmcData.Prestige[currentPrestigeData.Id] = _timeUtil.GetTimeStamp();
newProfile.CharacterData.PmcData.Info.PrestigeLevel++;
if (request is not null)
{