diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp | 3 | ||||
-rw-r--r-- | src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp index b9a40745934..d48264aa8e7 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/boss_coren_direbrew.cpp @@ -15,7 +15,6 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "blackrock_depths.h" #include "GameObjectAI.h" #include "GridNotifiers.h" #include "Group.h" @@ -28,6 +27,8 @@ #include "ScriptMgr.h" #include "SpellAuras.h" #include "SpellScript.h" +#include "TemporarySummon.h" +#include "blackrock_depths.h" enum DirebrewSays { diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp index d8e1c53718b..9ef4bd07b8f 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp @@ -15,7 +15,6 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "black_temple.h" #include "CellImpl.h" #include "GridNotifiersImpl.h" #include "InstanceScript.h" @@ -24,6 +23,7 @@ #include "ScriptMgr.h" #include "SpellAuraEffects.h" #include "SpellScript.h" +#include "black_temple.h" enum Says { |