#W# Put stat cap back to 200.
This commit is contained in:
parent
35afe5eee5
commit
d7c1d9e6ba
1 changed files with 1 additions and 1 deletions
|
|
@ -1859,7 +1859,7 @@ namespace Server.Mobiles
|
||||||
m_ShortTermElapse = reader.ReadTimeSpan();
|
m_ShortTermElapse = reader.ReadTimeSpan();
|
||||||
m_GameTime = reader.ReadTimeSpan();
|
m_GameTime = reader.ReadTimeSpan();
|
||||||
|
|
||||||
StatCap = 225;
|
StatCap = 200;
|
||||||
Skills.Cap = 7000;
|
Skills.Cap = 7000;
|
||||||
|
|
||||||
if (m_RecentlyReported == null)
|
if (m_RecentlyReported == null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue