aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-06 01:00:05 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-06 01:00:05 +0200
commit6079f369afe2d527d2778eca6b5f6669bff597d4 (patch)
tree8273b7209e4b6a5bfacfa4a4fa156034d6b42b41 /src/server/scripts/Spells
parent447ddceabad28a3a4ed1ed3bdece632d2d072246 (diff)
Scripted/Misc: Some cleanup
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_quest.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp
index 5b55b532566..b75c4995e65 100644
--- a/src/server/scripts/Spells/spell_quest.cpp
+++ b/src/server/scripts/Spells/spell_quest.cpp
@@ -1117,7 +1117,11 @@ class spell_q9452_cast_net: public SpellScriptLoader
#define SAY_1 "Sons of Hodir! I humbly present to you..."
#define SAY_2 "The Helm of Hodir!"
-#define NPC_KILLCREDIT 30210 // Hodir's Helm KC Bunny
+
+enum HodirsHelm
+{
+ NPC_KILLCREDIT = 30210 // Hodir's Helm KC Bunny
+};
class spell_q12987_read_pronouncement : public SpellScriptLoader
{