Add back hpmanaend update to bot raid, force timer update to prevent spamming

This commit is contained in:
nytmyr
2025-01-23 15:25:52 -06:00
parent 88d3bcfdf5
commit 389c861767
+5
View File
@@ -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());
}