diff options
| author | vincent-michael <vincent_michael@gmx.de> | 2017-05-01 00:25:13 +0200 |
|---|---|---|
| committer | vincent-michael <vincent_michael@gmx.de> | 2017-05-01 00:25:13 +0200 |
| commit | 173db1f5498dc7542e709a25f3a51d477b285f60 (patch) | |
| tree | 93d23174fb4eb2433d6f05f3a12f5461f7f81669 /src | |
| parent | 774e5e7b2659b8f230a3ae3ebc72bf2279f6b2e6 (diff) | |
Scripts: Fixed non pch build
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/zone_dun_morogh_area_coldridge_valley.cpp | 2 |
1 files changed, 2 insertions, 0 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 e94cdd8c52d..adab1d9115b 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 @@ -19,6 +19,8 @@ #include "ScriptedCreature.h" #include "MoveSplineInit.h" #include "SpellScript.h" +#include "CombatAI.h" +#include "Player.h" enum WoundedColdridgeMountaineer { |
