mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
Bots fix
This commit is contained in:
parent
1e0ec048af
commit
4b7126a2cd
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user