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_dh.cpp3
-rw-r--r--src/server/scripts/Spells/spell_dk.cpp1
-rw-r--r--src/server/scripts/Spells/spell_item.cpp1
-rw-r--r--src/server/scripts/Spells/spell_quest.cpp1
4 files changed, 0 insertions, 6 deletions
diff --git a/src/server/scripts/Spells/spell_dh.cpp b/src/server/scripts/Spells/spell_dh.cpp
index faacf4ab4bc..15f33bf9be8 100644
--- a/src/server/scripts/Spells/spell_dh.cpp
+++ b/src/server/scripts/Spells/spell_dh.cpp
@@ -196,7 +196,6 @@ class spell_dh_chaos_strike : public AuraScript
}
};
-
// 206416 - First Blood
class spell_dh_first_blood : public AuraScript
{
@@ -458,14 +457,12 @@ void AddSC_demon_hunter_spell_scripts()
/* Spells & Auras */
-
/* Auras */
RegisterSpellScript(spell_dh_first_blood);
/* AreaTrigger */
-
/* Spells */
RegisterSpellScript(spell_dh_blade_dance);
diff --git a/src/server/scripts/Spells/spell_dk.cpp b/src/server/scripts/Spells/spell_dk.cpp
index 4661db4d0db..72577473715 100644
--- a/src/server/scripts/Spells/spell_dk.cpp
+++ b/src/server/scripts/Spells/spell_dk.cpp
@@ -430,7 +430,6 @@ class spell_dk_death_grip_initial : public SpellScript
}
};
-
// 48743 - Death Pact
class spell_dk_death_pact : public AuraScript
{
diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp
index 60cd50b0abd..e5bb0de2b37 100644
--- a/src/server/scripts/Spells/spell_item.cpp
+++ b/src/server/scripts/Spells/spell_item.cpp
@@ -2809,7 +2809,6 @@ enum ReindeerTransformation
SPELL_REINDEER_60 = 25858,
};
-
class spell_item_reindeer_transformation : public SpellScript
{
PrepareSpellScript(spell_item_reindeer_transformation);
diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp
index 37492620dee..c613a510b34 100644
--- a/src/server/scripts/Spells/spell_quest.cpp
+++ b/src/server/scripts/Spells/spell_quest.cpp
@@ -2138,7 +2138,6 @@ class spell_q13264_q13276_q13288_q13289_bloated_abom_feign_death : public AuraSc
}
};
-
class spell_q13264_q13276_q13288_q13289_area_restrict_abom : public SpellScript
{
PrepareSpellScript(spell_q13264_q13276_q13288_q13289_area_restrict_abom);