#W# Put stat cap back to 200.

This commit is contained in:
WarrentyExpired 2026-07-20 19:47:05 -04:00
parent 35afe5eee5
commit d7c1d9e6ba

View file

@ -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)