mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 11:28:25 +00:00
remove this for a separate PR
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user