diff options
| author | Shauren <shauren.trinity@gmail.com> | 2017-05-23 00:58:57 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-05-23 00:58:57 +0200 |
| commit | 35965a8503cf798f4a67985af21fed6279acdce3 (patch) | |
| tree | fc4bdce67f24f5ad63487b22331609405b341af2 /src/server/scripts/EasternKingdoms | |
| parent | 5b754ee08c433302531bbbb66aabf898d594dc1b (diff) | |
Nopch build fix for game
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/zone_dun_morogh_area_coldridge_valley.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/server/scripts/EasternKingdoms/zone_dun_morogh_area_coldridge_valley.cpp b/src/server/scripts/EasternKingdoms/zone_dun_morogh_area_coldridge_valley.cpp index adab1d9115b..5517302be6a 100644 --- a/src/server/scripts/EasternKingdoms/zone_dun_morogh_area_coldridge_valley.cpp +++ b/src/server/scripts/EasternKingdoms/zone_dun_morogh_area_coldridge_valley.cpp @@ -16,11 +16,14 @@ */ #include "ScriptMgr.h" -#include "ScriptedCreature.h" -#include "MoveSplineInit.h" -#include "SpellScript.h" #include "CombatAI.h" +#include "MoveSplineInit.h" +#include "ObjectAccessor.h" #include "Player.h" +#include "ScriptedCreature.h" +#include "SpellInfo.h" +#include "SpellScript.h" +#include "TemporarySummon.h" enum WoundedColdridgeMountaineer { |
