diff --git a/zone/bot.cpp b/zone/bot.cpp index 6d39a7df9..4c982d7ac 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -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();