aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/TempestKeep
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Outland/TempestKeep')
-rw-r--r--src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp2
-rw-r--r--src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp2
-rw-r--r--src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp8
-rw-r--r--src/server/scripts/Outland/TempestKeep/Mechanar/boss_mechano_lord_capacitus.cpp4
-rw-r--r--src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp2
-rw-r--r--src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp4
6 files changed, 0 insertions, 22 deletions
diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp
index 12ae2319eb6..aa42fe49dfa 100644
--- a/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp
+++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_alar.cpp
@@ -552,8 +552,6 @@ struct npc_flame_patch_alar : public ScriptedAI
// 34229 - Flame Quills
class spell_alar_flame_quills : public AuraScript
{
- PrepareAuraScript(spell_alar_flame_quills);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(flameQuillsSpells);
diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp
index dee825dd272..806d379c0fc 100644
--- a/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp
+++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp
@@ -478,8 +478,6 @@ struct npc_solarium_priest : public ScriptedAI
// 42783 - Wrath of the Astromancer
class spell_astromancer_wrath_of_the_astromancer : public AuraScript
{
- PrepareAuraScript(spell_astromancer_wrath_of_the_astromancer);
-
bool Validate(SpellInfo const* spellInfo) override
{
return ValidateSpellInfo({ SPELL_WRATH_OF_THE_ASTROMANCER_DOT })
diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp
index f0264e3599c..4a9c11101c7 100644
--- a/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp
+++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_kaelthas.cpp
@@ -1327,8 +1327,6 @@ struct npc_phoenix_egg_tk : public ScriptedAI
// 35941 - Gravity Lapse
class spell_kael_gravity_lapse : public SpellScript
{
- PrepareSpellScript(spell_kael_gravity_lapse);
-
public:
spell_kael_gravity_lapse()
{
@@ -1360,8 +1358,6 @@ private:
// 36730 - Flame Strike
class spell_kaelthas_flame_strike : public AuraScript
{
- PrepareAuraScript(spell_kaelthas_flame_strike);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_FLAME_STRIKE_DAMAGE });
@@ -1382,8 +1378,6 @@ class spell_kaelthas_flame_strike : public AuraScript
// 36976 - Summon Weapons
class spell_kaelthas_summon_weapons : public SpellScript
{
- PrepareSpellScript(spell_kaelthas_summon_weapons);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(SummonWeaponsSpells);
@@ -1405,8 +1399,6 @@ class spell_kaelthas_summon_weapons : public SpellScript
// 39497 - Remove Enchanted Weapons
class spell_kaelthas_remove_weapons : public SpellScript
{
- PrepareSpellScript(spell_kaelthas_remove_weapons);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(RemoveWeaponsSpells);
diff --git a/src/server/scripts/Outland/TempestKeep/Mechanar/boss_mechano_lord_capacitus.cpp b/src/server/scripts/Outland/TempestKeep/Mechanar/boss_mechano_lord_capacitus.cpp
index 9a83dd61c3b..cc13773a290 100644
--- a/src/server/scripts/Outland/TempestKeep/Mechanar/boss_mechano_lord_capacitus.cpp
+++ b/src/server/scripts/Outland/TempestKeep/Mechanar/boss_mechano_lord_capacitus.cpp
@@ -161,8 +161,6 @@ struct boss_mechano_lord_capacitus : public BossAI
// 39093 - Negative Charge
class spell_capacitus_polarity_charge : public SpellScript
{
- PrepareSpellScript(spell_capacitus_polarity_charge);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo(
@@ -217,8 +215,6 @@ class spell_capacitus_polarity_charge : public SpellScript
// 39096 - Polarity Shift
class spell_capacitus_polarity_shift : public SpellScript
{
- PrepareSpellScript(spell_capacitus_polarity_shift);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo({ SPELL_POSITIVE_POLARITY, SPELL_NEGATIVE_POLARITY });
diff --git a/src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp b/src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp
index 6f8c5b06e50..3ca064382e3 100644
--- a/src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp
+++ b/src/server/scripts/Outland/TempestKeep/Mechanar/boss_nethermancer_sepethrea.cpp
@@ -204,8 +204,6 @@ private:
// 35268, 39346 - Inferno
class spell_nethermancer_sepethrea_inferno : public AuraScript
{
- PrepareAuraScript(spell_nethermancer_sepethrea_inferno);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo({ SPELL_INFERNO_DAMAGE });
diff --git a/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp b/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp
index a637298c64e..896df533363 100644
--- a/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp
+++ b/src/server/scripts/Outland/TempestKeep/botanica/boss_commander_sarannis.cpp
@@ -154,8 +154,6 @@ private:
// 34799 - Arcane Devastation
class spell_commander_sarannis_arcane_devastation : public AuraScript
{
- PrepareAuraScript(spell_commander_sarannis_arcane_devastation);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo({ SPELL_ARCANE_RESONANCE });
@@ -175,8 +173,6 @@ class spell_commander_sarannis_arcane_devastation : public AuraScript
// 34803 - Summon Reinforcements
class spell_commander_sarannis_summon_reinforcements : public SpellScript
{
- PrepareSpellScript(spell_commander_sarannis_summon_reinforcements);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(SummonReinforcementsSpells);