mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
feat(Core/AI): Update the BossAI scheduler in the parent class (#14952)
This commit is contained in:
@@ -648,6 +648,7 @@ void BossAI::UpdateAI(uint32 diff)
|
||||
}
|
||||
|
||||
events.Update(diff);
|
||||
scheduler.Update(diff);
|
||||
|
||||
if (me->HasUnitState(UNIT_STATE_CASTING))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user