Raid leader and mana/hp updates fixed

This commit is contained in:
neckkola
2022-01-19 23:35:04 -04:00
parent 5e475ad8cd
commit f26b491339
3 changed files with 50 additions and 7 deletions
+3
View File
@@ -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);