aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Events
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Events')
-rw-r--r--src/server/scripts/Events/brewfest.cpp36
-rw-r--r--src/server/scripts/Events/hallows_end.cpp12
-rw-r--r--src/server/scripts/Events/love_is_in_the_air.cpp18
-rw-r--r--src/server/scripts/Events/lunar_festival.cpp2
-rw-r--r--src/server/scripts/Events/midsummer.cpp22
-rw-r--r--src/server/scripts/Events/operation_gnomeregan.cpp2
-rw-r--r--src/server/scripts/Events/pilgrims_bounty.cpp12
-rw-r--r--src/server/scripts/Events/winter_veil.cpp6
-rw-r--r--src/server/scripts/Events/zalazane_fall.cpp4
9 files changed, 0 insertions, 114 deletions
diff --git a/src/server/scripts/Events/brewfest.cpp b/src/server/scripts/Events/brewfest.cpp
index ce07e6c0417..1c00e87ea93 100644
--- a/src/server/scripts/Events/brewfest.cpp
+++ b/src/server/scripts/Events/brewfest.cpp
@@ -45,8 +45,6 @@ enum RamBlaBla
// 42924 - Giddyup!
class spell_brewfest_giddyup : public AuraScript
{
- PrepareAuraScript(spell_brewfest_giddyup);
-
void OnChange(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
{
Unit* target = GetTarget();
@@ -105,8 +103,6 @@ class spell_brewfest_giddyup : public AuraScript
// 42994 - Ram - Gallop
class spell_brewfest_ram : public AuraScript
{
- PrepareAuraScript(spell_brewfest_ram);
-
void OnPeriodic(AuraEffect const* aurEff)
{
Unit* target = GetTarget();
@@ -158,8 +154,6 @@ class spell_brewfest_ram : public AuraScript
// 43052 - Ram Fatigue
class spell_brewfest_ram_fatigue : public AuraScript
{
- PrepareAuraScript(spell_brewfest_ram_fatigue);
-
void OnApply(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
{
Unit* target = GetTarget();
@@ -185,8 +179,6 @@ class spell_brewfest_ram_fatigue : public AuraScript
// 43450 - Brewfest - apple trap - friendly DND
class spell_brewfest_apple_trap : public AuraScript
{
- PrepareAuraScript(spell_brewfest_apple_trap);
-
void OnApply(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
{
GetTarget()->RemoveAura(SPELL_RAM_FATIGUE);
@@ -201,8 +193,6 @@ class spell_brewfest_apple_trap : public AuraScript
// 43332 - Exhausted Ram
class spell_brewfest_exhausted_ram : public AuraScript
{
- PrepareAuraScript(spell_brewfest_exhausted_ram);
-
void OnRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
{
Unit* target = GetTarget();
@@ -218,8 +208,6 @@ class spell_brewfest_exhausted_ram : public AuraScript
// 43714 - Brewfest - Relay Race - Intro - Force - Player to throw- DND
class spell_brewfest_relay_race_intro_force_player_to_throw : public SpellScript
{
- PrepareSpellScript(spell_brewfest_relay_race_intro_force_player_to_throw);
-
void HandleForceCast(SpellEffIndex effIndex)
{
PreventHitDefaultEffect(effIndex);
@@ -237,8 +225,6 @@ class spell_brewfest_relay_race_intro_force_player_to_throw : public SpellScript
// 43755 - Brewfest - Daily - Relay Race - Player - Increase Mount Duration - DND
class spell_brewfest_relay_race_turn_in : public SpellScript
{
- PrepareSpellScript(spell_brewfest_relay_race_turn_in);
-
void HandleDummy(SpellEffIndex effIndex)
{
PreventHitDefaultEffect(effIndex);
@@ -259,8 +245,6 @@ class spell_brewfest_relay_race_turn_in : public SpellScript
// 43876 - Dismount Ram
class spell_brewfest_dismount_ram : public SpellScript
{
- PrepareSpellScript(spell_brewfest_dismount_ram);
-
void HandleScript(SpellEffIndex /*effIndex*/)
{
GetCaster()->RemoveAura(SPELL_RENTAL_RACING_RAM);
@@ -313,8 +297,6 @@ enum RamBlub
// 43262 Brewfest - Barker Bunny 4
class spell_brewfest_barker_bunny : public AuraScript
{
- PrepareAuraScript(spell_brewfest_barker_bunny);
-
bool Load() override
{
return GetUnitOwner()->GetTypeId() == TYPEID_PLAYER;
@@ -366,8 +348,6 @@ enum BrewfestMountTransformation
// 52845 - Brewfest Mount Transformation (Faction Swap)
class spell_brewfest_mount_transformation : public SpellScript
{
- PrepareSpellScript(spell_brewfest_mount_transformation);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo(
@@ -451,8 +431,6 @@ enum WildWinterPilsner
// 50098 - The Beast Within
class spell_brewfest_botm_the_beast_within : public AuraScript
{
- PrepareAuraScript(spell_brewfest_botm_the_beast_within);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_BOTM_UNLEASH_THE_BEAST });
@@ -477,8 +455,6 @@ enum IzzardsEverFlavor
// 49864 - Gassy
class spell_brewfest_botm_gassy : public AuraScript
{
- PrepareAuraScript(spell_brewfest_botm_gassy);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_BOTM_BELCH_BREW_BELCH_VISUAL });
@@ -503,8 +479,6 @@ enum MetoksBubbleBock
// 49822 - Bloated
class spell_brewfest_botm_bloated : public AuraScript
{
- PrepareAuraScript(spell_brewfest_botm_bloated);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_BOTM_BUBBLE_BREW_TRIGGER_MISSILE });
@@ -529,8 +503,6 @@ enum BlackrockLager
// 49738 - Internal Combustion
class spell_brewfest_botm_internal_combustion : public AuraScript
{
- PrepareAuraScript(spell_brewfest_botm_internal_combustion);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_BOTM_BELCH_FIRE_VISUAL });
@@ -555,8 +527,6 @@ enum StranglethornBrew
// 49962 - Jungle Madness!
class spell_brewfest_botm_jungle_madness : public SpellScript
{
- PrepareSpellScript(spell_brewfest_botm_jungle_madness);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_BOTM_JUNGLE_BREW_VISION_EFFECT });
@@ -582,8 +552,6 @@ enum BinaryBrew
// 50243 - Teach Language
class spell_brewfest_botm_teach_language : public SpellScript
{
- PrepareSpellScript(spell_brewfest_botm_teach_language);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_LEARN_GNOMISH_BINARY, SPELL_LEARN_GOBLIN_BINARY });
@@ -609,8 +577,6 @@ enum CreateEmptyBrewBottle
// 42254, 42255, 42256, 42257, 42258, 42259, 42260, 42261, 42263, 42264, 43959, 43961 - Weak Alcohol
class spell_brewfest_botm_weak_alcohol : public SpellScript
{
- PrepareSpellScript(spell_brewfest_botm_weak_alcohol);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_BOTM_CREATE_EMPTY_BREW_BOTTLE });
@@ -636,8 +602,6 @@ enum EmptyBottleThrow
// 51694 - BOTM - Empty Bottle Throw - Resolve
class spell_brewfest_botm_empty_bottle_throw_resolve : public SpellScript
{
- PrepareSpellScript(spell_brewfest_botm_empty_bottle_throw_resolve);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(
diff --git a/src/server/scripts/Events/hallows_end.cpp b/src/server/scripts/Events/hallows_end.cpp
index 3744aaca6ed..d868a1eebec 100644
--- a/src/server/scripts/Events/hallows_end.cpp
+++ b/src/server/scripts/Events/hallows_end.cpp
@@ -44,8 +44,6 @@ std::array<uint32, 4> const CandysSpells =
// 24930 - Hallow's End Candy
class spell_hallow_end_candy : public SpellScript
{
- PrepareSpellScript(spell_hallow_end_candy);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(CandysSpells);
@@ -65,8 +63,6 @@ class spell_hallow_end_candy : public SpellScript
// 24926 - Hallow's End Candy
class spell_hallow_end_candy_pirate : public AuraScript
{
- PrepareAuraScript(spell_hallow_end_candy_pirate);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(
@@ -112,8 +108,6 @@ enum TrickSpells
// 24750 - Trick
class spell_hallow_end_trick : public SpellScript
{
- PrepareSpellScript(spell_hallow_end_trick);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo(
@@ -182,8 +176,6 @@ enum TrickOrTreatSpells
// 24751 - Trick or Treat
class spell_hallow_end_trick_or_treat : public SpellScript
{
- PrepareSpellScript(spell_hallow_end_trick_or_treat);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo({ SPELL_TRICK, SPELL_TREAT, SPELL_TRICKED_OR_TREATED });
@@ -208,8 +200,6 @@ class spell_hallow_end_trick_or_treat : public SpellScript
// 44436 - Tricky Treat
class spell_hallow_end_tricky_treat : public SpellScript
{
- PrepareSpellScript(spell_hallow_end_tricky_treat);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo(
@@ -248,8 +238,6 @@ enum HallowendData
// 24717, 24718, 24719, 24720, 24724, 24733, 24737, 24741
class spell_hallow_end_wand : public SpellScript
{
- PrepareSpellScript(spell_hallow_end_wand);
-
bool Validate(SpellInfo const* /*spellEntry*/) override
{
return ValidateSpellInfo(
diff --git a/src/server/scripts/Events/love_is_in_the_air.cpp b/src/server/scripts/Events/love_is_in_the_air.cpp
index c79aea25f16..937aefd7fa7 100644
--- a/src/server/scripts/Events/love_is_in_the_air.cpp
+++ b/src/server/scripts/Events/love_is_in_the_air.cpp
@@ -37,8 +37,6 @@ enum SpellsPicnic
// 45102 - Romantic Picnic
class spell_love_is_in_the_air_romantic_picnic : public AuraScript
{
- PrepareAuraScript(spell_love_is_in_the_air_romantic_picnic);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(
@@ -131,8 +129,6 @@ std::array<uint32, 8> const CreateHeartCandySpells =
// 26678 - Create Heart Candy
class spell_love_is_in_the_air_create_heart_candy : public SpellScript
{
- PrepareSpellScript(spell_love_is_in_the_air_create_heart_candy);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(CreateHeartCandySpells);
@@ -161,8 +157,6 @@ enum SomethingStinks
// 70192 - Fragrant Air Analysis
class spell_love_is_in_the_air_fragrant_air_analysis : public SpellScript
{
- PrepareSpellScript(spell_love_is_in_the_air_fragrant_air_analysis);
-
bool Validate(SpellInfo const* spellInfo) override
{
return ValidateSpellInfo({ uint32(spellInfo->GetEffect(EFFECT_0).CalcValue()) });
@@ -182,8 +176,6 @@ class spell_love_is_in_the_air_fragrant_air_analysis : public SpellScript
// 71507 - Heavily Perfumed
class spell_love_is_in_the_air_heavily_perfumed : public AuraScript
{
- PrepareAuraScript(spell_love_is_in_the_air_heavily_perfumed);
-
bool Validate(SpellInfo const* spellInfo) override
{
return ValidateSpellInfo({ uint32(spellInfo->GetEffect(EFFECT_0).CalcValue()) });
@@ -203,8 +195,6 @@ class spell_love_is_in_the_air_heavily_perfumed : public AuraScript
// 71508 - Recently Analyzed
class spell_love_is_in_the_air_recently_analyzed : public AuraScript
{
- PrepareAuraScript(spell_love_is_in_the_air_recently_analyzed);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_HEAVILY_PERFUMED });
@@ -229,8 +219,6 @@ class spell_love_is_in_the_air_recently_analyzed : public AuraScript
// 69438 - Sample Satisfaction
class spell_love_is_in_the_air_sample_satisfaction : public AuraScript
{
- PrepareAuraScript(spell_love_is_in_the_air_sample_satisfaction);
-
void OnPeriodic(AuraEffect const* /*aurEff*/)
{
if (roll_chance_i(30))
@@ -258,8 +246,6 @@ enum PilferingPerfume
// 71450 - Crown Parcel Service Uniform
class spell_love_is_in_the_air_service_uniform : public AuraScript
{
- PrepareAuraScript(spell_love_is_in_the_air_service_uniform);
-
bool Validate(SpellInfo const* spellInfo) override
{
return ValidateSpellInfo({ uint32(spellInfo->GetEffect(EFFECT_0).CalcValue()) });
@@ -293,8 +279,6 @@ class spell_love_is_in_the_air_service_uniform : public AuraScript
// 71539 - Crown Chemical Co. Supplies
class spell_love_is_in_the_air_cancel_service_uniform : public SpellScript
{
- PrepareSpellScript(spell_love_is_in_the_air_cancel_service_uniform);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_SERVICE_UNIFORM });
@@ -319,8 +303,6 @@ class spell_love_is_in_the_air_cancel_service_uniform : public SpellScript
// 68530 - Cologne Immune
class spell_love_is_in_the_air_perfume_cologne_immune : public SpellScript
{
- PrepareSpellScript(spell_love_is_in_the_air_perfume_cologne_immune);
-
bool Validate(SpellInfo const* spellInfo) override
{
return ValidateSpellInfo(
diff --git a/src/server/scripts/Events/lunar_festival.cpp b/src/server/scripts/Events/lunar_festival.cpp
index bfdc590655e..be76c67d088 100644
--- a/src/server/scripts/Events/lunar_festival.cpp
+++ b/src/server/scripts/Events/lunar_festival.cpp
@@ -427,8 +427,6 @@ enum EluneCandle
// 26374 - Elune's Candle
class spell_lunar_festival_elune_candle : public SpellScript
{
- PrepareSpellScript(spell_lunar_festival_elune_candle);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(
diff --git a/src/server/scripts/Events/midsummer.cpp b/src/server/scripts/Events/midsummer.cpp
index 2e28d3f18c3..c6e638e0b22 100644
--- a/src/server/scripts/Events/midsummer.cpp
+++ b/src/server/scripts/Events/midsummer.cpp
@@ -35,8 +35,6 @@ enum TorchSpells
// 45724 - Braziers Hit!
class spell_midsummer_braziers_hit : public AuraScript
{
- PrepareAuraScript(spell_midsummer_braziers_hit);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(
@@ -73,8 +71,6 @@ class spell_midsummer_braziers_hit : public AuraScript
// 45907 - Torch Target Picker
class spell_midsummer_torch_target_picker : public SpellScript
{
- PrepareSpellScript(spell_midsummer_torch_target_picker);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_TARGET_INDICATOR_COSMETIC, SPELL_TARGET_INDICATOR });
@@ -96,8 +92,6 @@ class spell_midsummer_torch_target_picker : public SpellScript
// 46054 - Torch Toss (land)
class spell_midsummer_torch_toss_land : public SpellScript
{
- PrepareSpellScript(spell_midsummer_torch_toss_land);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_BRAZIERS_HIT });
@@ -128,8 +122,6 @@ enum RibbonPoleData
// 29705, 29726, 29727 - Test Ribbon Pole Channel
class spell_midsummer_test_ribbon_pole_channel : public AuraScript
{
- PrepareAuraScript(spell_midsummer_test_ribbon_pole_channel);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(
@@ -173,8 +165,6 @@ class spell_midsummer_test_ribbon_pole_channel : public AuraScript
// 45406 - Holiday - Midsummer, Ribbon Pole Periodic Visual
class spell_midsummer_ribbon_pole_periodic_visual : public AuraScript
{
- PrepareAuraScript(spell_midsummer_ribbon_pole_periodic_visual);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(
@@ -220,8 +210,6 @@ enum JugglingTorch
// 45819 - Throw Torch
class spell_midsummer_juggle_torch : public SpellScript
{
- PrepareSpellScript(spell_midsummer_juggle_torch);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({
@@ -277,8 +265,6 @@ class spell_midsummer_juggle_torch : public SpellScript
// 45644 - Juggle Torch (Catch)
class spell_midsummer_torch_catch : public SpellScript
{
- PrepareSpellScript(spell_midsummer_torch_catch);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_GIVE_TORCH });
@@ -314,8 +300,6 @@ enum FlingTorch
// 46747 - Fling torch
class spell_midsummer_fling_torch : public SpellScript
{
- PrepareSpellScript(spell_midsummer_fling_torch);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_FLING_TORCH_TRIGGERED, SPELL_FLING_TORCH_SHADOW });
@@ -337,8 +321,6 @@ class spell_midsummer_fling_torch : public SpellScript
// 45669 - Fling Torch
class spell_midsummer_fling_torch_triggered : public SpellScript
{
- PrepareSpellScript(spell_midsummer_fling_torch_triggered);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_JUGGLE_TORCH_MISSED });
@@ -366,8 +348,6 @@ class spell_midsummer_fling_torch_triggered : public SpellScript
// 45671 - Juggle Torch (Catch, Quest)
class spell_midsummer_fling_torch_catch : public SpellScript
{
- PrepareSpellScript(spell_midsummer_fling_torch_catch);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({
@@ -427,8 +407,6 @@ class spell_midsummer_fling_torch_catch : public SpellScript
// 45676 - Juggle Torch (Quest, Missed)
class spell_midsummer_fling_torch_missed : public SpellScript
{
- PrepareSpellScript(spell_midsummer_fling_torch_missed);
-
void FilterTargets(std::list<WorldObject*>& targets)
{
// This spell only hits the caster
diff --git a/src/server/scripts/Events/operation_gnomeregan.cpp b/src/server/scripts/Events/operation_gnomeregan.cpp
index 9e3be9e2180..127c0359ecd 100644
--- a/src/server/scripts/Events/operation_gnomeregan.cpp
+++ b/src/server/scripts/Events/operation_gnomeregan.cpp
@@ -35,8 +35,6 @@ enum BasicOrdersEmote
73886 - [DND] Test Stop Dance */
class spell_operation_gnomeregan_basic_orders_emote : public AuraScript
{
- PrepareAuraScript(spell_operation_gnomeregan_basic_orders_emote);
-
void HandlePeriodic(AuraEffect const* /*aurEff*/)
{
Unit* target = GetTarget();
diff --git a/src/server/scripts/Events/pilgrims_bounty.cpp b/src/server/scripts/Events/pilgrims_bounty.cpp
index 65c4943b045..9d0b8f7ad53 100644
--- a/src/server/scripts/Events/pilgrims_bounty.cpp
+++ b/src/server/scripts/Events/pilgrims_bounty.cpp
@@ -36,8 +36,6 @@ enum PilgrimsBountyBuffFood
class spell_pilgrims_bounty_buff_food : public AuraScript
{
- PrepareAuraScript(spell_pilgrims_bounty_buff_food);
-private:
uint32 const _triggeredSpellId;
public:
@@ -86,8 +84,6 @@ enum FeastOnSpells
61788 - Feast On Stuffing */
class spell_pilgrims_bounty_feast_on : public SpellScript
{
- PrepareSpellScript(spell_pilgrims_bounty_feast_on);
-
bool Validate(SpellInfo const* spellInfo) override
{
return ValidateSpellEffect({ { spellInfo->Id, EFFECT_0 } })
@@ -156,8 +152,6 @@ enum TheTurkinator
// 62014 - Turkey Tracker
class spell_pilgrims_bounty_turkey_tracker : public SpellScript
{
- PrepareSpellScript(spell_pilgrims_bounty_turkey_tracker);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo({ SPELL_KILL_COUNTER_VISUAL, SPELL_KILL_COUNTER_VISUAL_MAX });
@@ -212,8 +206,6 @@ enum SpiritOfSharing
class spell_pilgrims_bounty_well_fed : public SpellScript
{
- PrepareSpellScript(spell_pilgrims_bounty_well_fed);
-
uint32 _triggeredSpellId;
public:
@@ -301,8 +293,6 @@ enum BountifulTableMisc
66262 - Pass The Sweet Potatoes */
class spell_pilgrims_bounty_on_plate : public SpellScript
{
- PrepareSpellScript(spell_pilgrims_bounty_on_plate);
-
uint32 _triggeredSpellId1;
uint32 _triggeredSpellId2;
uint32 _triggeredSpellId3;
@@ -407,8 +397,6 @@ private:
61797 - Sweet Potatoes Server */
class spell_pilgrims_bounty_a_serving_of : public AuraScript
{
- PrepareAuraScript(spell_pilgrims_bounty_a_serving_of);
-
uint32 _triggeredSpellId;
public:
diff --git a/src/server/scripts/Events/winter_veil.cpp b/src/server/scripts/Events/winter_veil.cpp
index 08ae813d055..a196b109a19 100644
--- a/src/server/scripts/Events/winter_veil.cpp
+++ b/src/server/scripts/Events/winter_veil.cpp
@@ -32,8 +32,6 @@ enum Mistletoe
// 26218 - Mistletoe
class spell_winter_veil_mistletoe : public SpellScript
{
- PrepareSpellScript(spell_winter_veil_mistletoe);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo(
@@ -78,8 +76,6 @@ std::array<uint32, 4> const WonderboltTransformSpells =
// 26275 - PX-238 Winter Wondervolt TRAP
class spell_winter_veil_px_238_winter_wondervolt : public SpellScript
{
- PrepareSpellScript(spell_winter_veil_px_238_winter_wondervolt);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo(WonderboltTransformSpells);
@@ -117,8 +113,6 @@ enum ReindeerTransformation
// 25860 - Reindeer Transformation
class spell_winter_veil_reindeer_transformation : public SpellScript
{
- PrepareSpellScript(spell_winter_veil_reindeer_transformation);
-
bool Validate(SpellInfo const* /*spell*/) override
{
return ValidateSpellInfo(
diff --git a/src/server/scripts/Events/zalazane_fall.cpp b/src/server/scripts/Events/zalazane_fall.cpp
index cdebdca63d8..f655b7db555 100644
--- a/src/server/scripts/Events/zalazane_fall.cpp
+++ b/src/server/scripts/Events/zalazane_fall.cpp
@@ -338,8 +338,6 @@ typedef npc_troll_volunteer VolunteerAI;
// 75420 - Mounting Check
class spell_mount_check : public AuraScript
{
- PrepareAuraScript(spell_mount_check);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_MOUNTING_CHECK });
@@ -374,8 +372,6 @@ class spell_mount_check : public AuraScript
// 75102 - Vol'jin's War Drums
class spell_voljin_war_drums : public SpellScript
{
- PrepareSpellScript(spell_voljin_war_drums);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_MOTIVATE_1, SPELL_MOTIVATE_2 });