This commit is contained in:
Akkadius 2018-08-11 00:41:51 -05:00
parent 1e0ec048af
commit 4b7126a2cd

View File

@ -1846,7 +1846,7 @@ bool Bot::Process() {
SetEndurance(GetEndurance() + CalcEnduranceRegen() + RestRegenEndurance);
}
if (sendhpupdate_timer.Check(false)) {
if (send_hp_update_timer.Check(false)) {
SendHPUpdate();
if(HasPet())
GetPet()->SendHPUpdate();