diff options
| author | Spp <none@none> | 2010-11-29 07:50:31 +0100 |
|---|---|---|
| committer | Spp <none@none> | 2010-11-29 07:50:31 +0100 |
| commit | 25ac835507ae2de774e89e7f46ab08303574bd89 (patch) | |
| tree | 6cf389eb09f3bc5f0338aee48ad3ae994cae8d6b /src/server/scripts/Northrend | |
| parent | 116d845601bd5625f3d690bd8ae36ec6d742ff44 (diff) | |
Core/Groups: Move all function definition from .h to .cpp
Core/Groups: Remove Group.h dependency from any .h file
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/Northrend')
| -rwxr-xr-x | src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp index 7424d9bdb94..ff406537c93 100755 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp @@ -20,6 +20,7 @@ #include "ScriptedCreature.h" #include "SpellScript.h" #include "icecrown_citadel.h" +#include "Group.h" enum eScriptTexts { |
