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)