mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
Bots fix
This commit is contained in:
parent
1e0ec048af
commit
4b7126a2cd
@ -1846,7 +1846,7 @@ bool Bot::Process() {
|
|||||||
SetEndurance(GetEndurance() + CalcEnduranceRegen() + RestRegenEndurance);
|
SetEndurance(GetEndurance() + CalcEnduranceRegen() + RestRegenEndurance);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sendhpupdate_timer.Check(false)) {
|
if (send_hp_update_timer.Check(false)) {
|
||||||
SendHPUpdate();
|
SendHPUpdate();
|
||||||
if(HasPet())
|
if(HasPet())
|
||||||
GetPet()->SendHPUpdate();
|
GetPet()->SendHPUpdate();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user