diff --git a/zone/exp.cpp b/zone/exp.cpp index 70f72cacb..be6b8af2b 100644 --- a/zone/exp.cpp +++ b/zone/exp.cpp @@ -1004,7 +1004,6 @@ void Client::SetLevel(uint8 set_level, bool command) } } else { SetHP(CalcMaxHP()); // Why not, lets give them a free heal - SetMana(CalcMaxMana()); } if (RuleI(World, PVPMinLevel) > 0 && level >= RuleI(World, PVPMinLevel) && m_pp.pvp == 0) {