mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Bots fix
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user