feat(Core/AI): Update the BossAI scheduler in the parent class (#14952)

This commit is contained in:
Skjalf
2023-02-11 19:17:01 -03:00
committed by GitHub
parent 888e3ccac6
commit b0decf9ce4

View File

@@ -648,6 +648,7 @@ void BossAI::UpdateAI(uint32 diff)
}
events.Update(diff);
scheduler.Update(diff);
if (me->HasUnitState(UNIT_STATE_CASTING))
{