feat(Core/AI): Update the BossAI scheduler in the parent class (#14952)
This commit is contained in:
parent
888e3ccac6
commit
b0decf9ce4
1 changed files with 1 additions and 0 deletions
|
|
@ -648,6 +648,7 @@ void BossAI::UpdateAI(uint32 diff)
|
|||
}
|
||||
|
||||
events.Update(diff);
|
||||
scheduler.Update(diff);
|
||||
|
||||
if (me->HasUnitState(UNIT_STATE_CASTING))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue