remove this for a separate PR

This commit is contained in:
nytmyr
2024-12-30 01:16:36 -06:00
parent 2d7d58b4ef
commit d3ccff2d65
-1
View File
@@ -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) {