From d7c1d9e6ba55fd82e983c31d87405281e87c1d9d Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Mon, 20 Jul 2026 19:47:05 -0400 Subject: [PATCH] #W# Put stat cap back to 200. --- Scripts/Mobiles/Base/PlayerMobile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Mobiles/Base/PlayerMobile.cs b/Scripts/Mobiles/Base/PlayerMobile.cs index f58fb3c..4b6e590 100644 --- a/Scripts/Mobiles/Base/PlayerMobile.cs +++ b/Scripts/Mobiles/Base/PlayerMobile.cs @@ -1859,7 +1859,7 @@ namespace Server.Mobiles m_ShortTermElapse = reader.ReadTimeSpan(); m_GameTime = reader.ReadTimeSpan(); - StatCap = 225; + StatCap = 200; Skills.Cap = 7000; if (m_RecentlyReported == null)