Scripts/Sepulcher of the First Ones: Clean up Anduin script

* Includes
* Fixed duplicated EventMaps/TaskSchedulers in BossAI
* Fixed invalid second argument passed to ScriptedAI constructor
* Removed deprecated Prepare*Script macros
* Removed mythic achievement hack
This commit is contained in:
Shauren
2023-11-11 15:09:39 +01:00
parent e6b480a104
commit ab5ffe27ea
2 changed files with 125 additions and 286 deletions

View File

@@ -18,10 +18,8 @@
#include "AreaBoundary.h"
#include "Creature.h"
#include "CreatureAI.h"
#include "GameObject.h"
#include "InstanceScript.h"
#include "Map.h"
#include "Player.h"
#include "ScriptMgr.h"
#include "sepulcher_of_the_first_ones.h"