diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-15 17:44:32 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-15 17:44:32 +0200 |
| commit | 7104e3c70f9849dfbc481084a8bd3c20d99b3036 (patch) | |
| tree | a93291d008df4fc87724f68f6bd7819624fcd079 /src/server/scripts/EasternKingdoms | |
| parent | de193fc80dbdcfa887c1366c5adb0d5d3e58a2f5 (diff) | |
Core: Fix build
Diffstat (limited to 'src/server/scripts/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp | 1 | ||||
| -rw-r--r-- | src/server/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp b/src/server/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp index f348cf95a82..4f1526eae1b 100644 --- a/src/server/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp +++ b/src/server/scripts/EasternKingdoms/Karazhan/boss_terestian_illhoof.cpp @@ -64,7 +64,6 @@ enum Creatures NPC_KILREK = 17229 }; - class npc_kilrek : public CreatureScript { public: diff --git a/src/server/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp b/src/server/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp index 3ebcd315eaf..c5272ba01f6 100644 --- a/src/server/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp +++ b/src/server/scripts/EasternKingdoms/zone_isle_of_queldanas.cpp @@ -44,7 +44,6 @@ enum ConvertedSentry SPELL_CONVERT_CREDIT = 45009 }; - class npc_converted_sentry : public CreatureScript { public: |
