From 33f52df67b328c52e3cd28805c3219c328a473b2 Mon Sep 17 00:00:00 2001 From: CWX Date: Mon, 3 Feb 2025 14:27:09 +0000 Subject: [PATCH] increment level when prestiging --- Libraries/Core/Controllers/PrestigeController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/Core/Controllers/PrestigeController.cs b/Libraries/Core/Controllers/PrestigeController.cs index f0f04983..b58d6c55 100644 --- a/Libraries/Core/Controllers/PrestigeController.cs +++ b/Libraries/Core/Controllers/PrestigeController.cs @@ -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) {