From 4b7126a2cd7d5eb9e7dd79beaa611645cc4e635c Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 11 Aug 2018 00:41:51 -0500 Subject: [PATCH] Bots fix --- zone/bot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();