feat(Core/AI): Add built-in TaskScheduler to CreatureAI (#17700)
* Add TaskScheduler to CreatureAI * Code style, because of course.
This commit is contained in:
parent
4cb25b4b5e
commit
2e4ad36d20
2 changed files with 3 additions and 3 deletions
|
|
@ -494,9 +494,7 @@ protected:
|
|||
|
||||
void TeleportCheaters();
|
||||
|
||||
EventMap events;
|
||||
SummonList summons;
|
||||
TaskScheduler scheduler;
|
||||
|
||||
private:
|
||||
uint32 const _bossId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue