mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 10:50:24 +00:00
Raid leader and mana/hp updates fixed
This commit is contained in:
@@ -95,6 +95,9 @@ void Bot::AI_Process_Raid()
|
||||
SetFollowID(leash_owner->GetID());
|
||||
}
|
||||
|
||||
if (this->mana_timer.Check(false)) {
|
||||
raid->SendHPManaEndPacketsFrom(this);
|
||||
}
|
||||
if (send_hp_update_timer.Check(false)) {
|
||||
|
||||
raid->SendHPManaEndPacketsFrom(this);
|
||||
|
||||
Reference in New Issue
Block a user