mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 07:28:32 +00:00
Add back hpmanaend update to bot raid, force timer update to prevent spamming
This commit is contained in:
@@ -2144,6 +2144,11 @@ void Bot::AI_Process()
|
|||||||
SetVerifiedRaid(true);
|
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());
|
r_group = raid->GetGroup(GetName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user