Bot Rework

This commit is contained in:
nytmyr
2024-04-26 22:38:56 -05:00
parent b92eafd21b
commit 32e37660d8
95 changed files with 15921 additions and 3953 deletions
+1
View File
@@ -1004,6 +1004,7 @@ 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) {