aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_generic.cpp2
-rw-r--r--src/server/scripts/Spells/spell_holiday.cpp2
-rw-r--r--src/server/scripts/Spells/spell_quest.cpp2
-rw-r--r--src/server/scripts/Spells/spell_warlock.cpp5
4 files changed, 7 insertions, 4 deletions
diff --git a/src/server/scripts/Spells/spell_generic.cpp b/src/server/scripts/Spells/spell_generic.cpp
index 8cfda51bdab..7cd0ed527b0 100644
--- a/src/server/scripts/Spells/spell_generic.cpp
+++ b/src/server/scripts/Spells/spell_generic.cpp
@@ -201,7 +201,7 @@ class spell_gen_animal_blood : public AuraScript
}
};
-// 63471 -Spawn Blood Pool
+// 63471 - Spawn Blood Pool
class spell_spawn_blood_pool : public SpellScript
{
PrepareSpellScript(spell_spawn_blood_pool);
diff --git a/src/server/scripts/Spells/spell_holiday.cpp b/src/server/scripts/Spells/spell_holiday.cpp
index 13244931d3b..b0e6d2658d3 100644
--- a/src/server/scripts/Spells/spell_holiday.cpp
+++ b/src/server/scripts/Spells/spell_holiday.cpp
@@ -972,6 +972,7 @@ enum Mistletoe
SPELL_CREATE_SNOWFLAKES = 45036
};
+// 26218 - Mistletoe
class spell_winter_veil_mistletoe : public SpellScriptLoader
{
public:
@@ -1029,6 +1030,7 @@ uint32 const WonderboltTransformSpells[] =
SPELL_PX_238_WINTER_WONDERVOLT_TRANSFORM_4
};
+// 26275 - PX-238 Winter Wondervolt TRAP
class spell_winter_veil_px_238_winter_wondervolt : public SpellScriptLoader
{
public:
diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp
index b620ee0e1f7..65bbe850218 100644
--- a/src/server/scripts/Spells/spell_quest.cpp
+++ b/src/server/scripts/Spells/spell_quest.cpp
@@ -843,7 +843,7 @@ enum symboloflife
SPELL_PERMANENT_FEIGN_DEATH = 29266,
};
-// 8593 Symbol of life dummy
+// 8593 - Symbol of Life (Dummy)
class spell_symbol_of_life_dummy : public SpellScriptLoader
{
public:
diff --git a/src/server/scripts/Spells/spell_warlock.cpp b/src/server/scripts/Spells/spell_warlock.cpp
index 9f74999e9ef..de993e04165 100644
--- a/src/server/scripts/Spells/spell_warlock.cpp
+++ b/src/server/scripts/Spells/spell_warlock.cpp
@@ -96,7 +96,7 @@ enum WarlockSpellIcons
WARLOCK_ICON_ID_DEMONIC_PACT = 3220
};
-// -980 Curse of Agony
+// -980 - Curse of Agony
class spell_warl_curse_of_agony : public AuraScript
{
PrepareAuraScript(spell_warl_curse_of_agony);
@@ -177,7 +177,7 @@ class spell_warl_banish : public SpellScriptLoader
}
};
-// 6201 - Create Healthstone (and ranks)
+// -6201 - Create Healthstone (and ranks)
class spell_warl_create_healthstone : public SpellScriptLoader
{
public:
@@ -303,6 +303,7 @@ class spell_warl_curse_of_doom : public SpellScriptLoader
}
};
+// -63156 - Decimation
class spell_warl_decimation : public SpellScriptLoader
{
public: