mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +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 {
|
} else {
|
||||||
SetHP(CalcMaxHP()); // Why not, lets give them a free heal
|
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) {
|
if (RuleI(World, PVPMinLevel) > 0 && level >= RuleI(World, PVPMinLevel) && m_pp.pvp == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user