diff --git a/zone/bot.cpp b/zone/bot.cpp index 3b8eeaab5..d2e89a512 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -2144,6 +2144,11 @@ void Bot::AI_Process() SetVerifiedRaid(true); } + if (mana_timer.Check() || send_hp_update_timer.Check()) { + LogTestDebug("{} is sending a hp/mana update", GetCleanName()); + raid->SendHPManaEndPacketsFrom(this); + } + r_group = raid->GetGroup(GetName()); }