diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-08-12 15:54:57 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-08-12 17:56:16 +0200 |
| commit | ad3fc81db9cfb899fc72dfef175cd897c9a4b05c (patch) | |
| tree | c9dddca5863926a7a9b764794d9ec9d23132a971 /src/server/scripts/Outland | |
| parent | cccc062ea002ee63e0288d5a71356f45f7094287 (diff) | |
Core/Misc: Add missing Containers.h include where neccessary
Diffstat (limited to 'src/server/scripts/Outland')
10 files changed, 10 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_talon_king_ikiss.cpp b/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_talon_king_ikiss.cpp index 63e2ed68a5b..06b5676e72e 100644 --- a/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_talon_king_ikiss.cpp +++ b/src/server/scripts/Outland/Auchindoun/SethekkHalls/boss_talon_king_ikiss.cpp @@ -16,6 +16,7 @@ */ #include "ScriptMgr.h" +#include "Containers.h" #include "ScriptedCreature.h" #include "SpellScript.h" #include "sethekk_halls.h" diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_grandmaster_vorpil.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_grandmaster_vorpil.cpp index 0604e9e62db..de1d1107cd2 100644 --- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_grandmaster_vorpil.cpp +++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/boss_grandmaster_vorpil.cpp @@ -16,6 +16,7 @@ */ #include "ScriptMgr.h" +#include "Containers.h" #include "InstanceScript.h" #include "MotionMaster.h" #include "ObjectAccessor.h" diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp index b3e1ff47dc2..952fa800a05 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidan.cpp @@ -17,6 +17,7 @@ #include "ScriptMgr.h" #include "black_temple.h" +#include "Containers.h" #include "GridNotifiersImpl.h" #include "InstanceScript.h" #include "Map.h" diff --git a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp index e3973970bee..8515c2f0004 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_illidari_council.cpp @@ -18,6 +18,7 @@ #include "ScriptMgr.h" #include "black_temple.h" #include "CellImpl.h" +#include "Containers.h" #include "GridNotifiersImpl.h" #include "InstanceScript.h" #include "PassiveAI.h" diff --git a/src/server/scripts/Outland/BlackTemple/boss_reliquary_of_souls.cpp b/src/server/scripts/Outland/BlackTemple/boss_reliquary_of_souls.cpp index 093c0a346ee..4e81dc242fd 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_reliquary_of_souls.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_reliquary_of_souls.cpp @@ -17,6 +17,7 @@ #include "ScriptMgr.h" #include "black_temple.h" +#include "Containers.h" #include "InstanceScript.h" #include "MotionMaster.h" #include "Player.h" diff --git a/src/server/scripts/Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp b/src/server/scripts/Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp index 8b2f00256fe..3cd67e7970d 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/TheSlavePens/boss_ahune.cpp @@ -16,6 +16,7 @@ */ #include "ScriptMgr.h" +#include "Containers.h" #include "CreatureTextMgr.h" #include "GameObject.h" #include "GameObjectAI.h" diff --git a/src/server/scripts/Outland/HellfireCitadel/BloodFurnace/boss_broggok.cpp b/src/server/scripts/Outland/HellfireCitadel/BloodFurnace/boss_broggok.cpp index 6f4cb101c31..57d19f73a37 100644 --- a/src/server/scripts/Outland/HellfireCitadel/BloodFurnace/boss_broggok.cpp +++ b/src/server/scripts/Outland/HellfireCitadel/BloodFurnace/boss_broggok.cpp @@ -17,6 +17,7 @@ #include "ScriptMgr.h" #include "blood_furnace.h" +#include "Containers.h" #include "GameObject.h" #include "GameObjectAI.h" #include "InstanceScript.h" diff --git a/src/server/scripts/Outland/zone_hellfire_peninsula.cpp b/src/server/scripts/Outland/zone_hellfire_peninsula.cpp index 2feff3863d6..b77262e6f4e 100644 --- a/src/server/scripts/Outland/zone_hellfire_peninsula.cpp +++ b/src/server/scripts/Outland/zone_hellfire_peninsula.cpp @@ -17,6 +17,7 @@ #include "ScriptMgr.h" #include "CellImpl.h" +#include "Containers.h" #include "GridNotifiersImpl.h" #include "Log.h" #include "MotionMaster.h" diff --git a/src/server/scripts/Outland/zone_netherstorm.cpp b/src/server/scripts/Outland/zone_netherstorm.cpp index 3cd74d6dda6..c0f9081764b 100644 --- a/src/server/scripts/Outland/zone_netherstorm.cpp +++ b/src/server/scripts/Outland/zone_netherstorm.cpp @@ -27,6 +27,7 @@ npc_commander_dawnforge EndContentData */ #include "ScriptMgr.h" +#include "Containers.h" #include "Log.h" #include "ObjectAccessor.h" #include "Player.h" diff --git a/src/server/scripts/Outland/zone_terokkar_forest.cpp b/src/server/scripts/Outland/zone_terokkar_forest.cpp index 985e0105341..a7c1e94fb72 100644 --- a/src/server/scripts/Outland/zone_terokkar_forest.cpp +++ b/src/server/scripts/Outland/zone_terokkar_forest.cpp @@ -16,6 +16,7 @@ */ #include "ScriptMgr.h" +#include "Containers.h" #include "GameObject.h" #include "Group.h" #include "Map.h" |
