diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-07-29 21:40:10 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-07-30 05:38:40 +0200 |
| commit | 634b3645d5f2a0752bc389adfd98f56f84cfd838 (patch) | |
| tree | 0aafc8942f5a93413db814ddb6890b23182a0bba /src/server/scripts/EasternKingdoms/ShadowfangKeep | |
| parent | caea2a16a637de78b2f10ffec8832ffe8700e17d (diff) | |
Core/Misc: Use proper headers to optimize compile
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ShadowfangKeep')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp index 57b902ac6d4..d4c037d45c3 100644 --- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp +++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp @@ -23,7 +23,8 @@ SDComment: SDCategory: Shadowfang Keep EndScriptData */ -#include "ScriptPCH.h" +#include "ScriptMgr.h" +#include "InstanceScript.h" #include "shadowfang_keep.h" #define MAX_ENCOUNTER 4 |
