aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/ExilesReach
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-24 10:48:50 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-24 10:48:50 +0200
commit2e7e49b749e16f5cf9d0a2f4518f9aa7fef2308b (patch)
tree4c5d6a15ff3c74a2a2eaf35ea6a7d9319848104d /src/server/scripts/ExilesReach
parent228c56f3c5e23345cf2b5a391c614e52f61fe7f9 (diff)
Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses
Diffstat (limited to 'src/server/scripts/ExilesReach')
-rw-r--r--src/server/scripts/ExilesReach/zone_exiles_reach.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/server/scripts/ExilesReach/zone_exiles_reach.cpp b/src/server/scripts/ExilesReach/zone_exiles_reach.cpp
index ddca35f8082..fb9c65ad462 100644
--- a/src/server/scripts/ExilesReach/zone_exiles_reach.cpp
+++ b/src/server/scripts/ExilesReach/zone_exiles_reach.cpp
@@ -63,8 +63,6 @@ enum AttentionExilesReachData
// 290901 - Attention!
class spell_attention_exiles_reach_tutorial : public AuraScript
{
- PrepareAuraScript(spell_attention_exiles_reach_tutorial);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_DEBUG_LOOK_RIGHT });
@@ -286,8 +284,6 @@ public:
// 325108 - Summon Throg - Combat Training (DNT)
class spell_summon_sparring_partner : public SpellScript
{
- PrepareSpellScript(spell_summon_sparring_partner);
-
void SelectTarget(WorldObject*& target)
{
Player* caster = GetCaster()->ToPlayer();
@@ -987,8 +983,6 @@ enum KnockedDownExilesReachData
// 305445 - Knocked Down!
class spell_knocked_down_exiles_reach_beach : public AuraScript
{
- PrepareAuraScript(spell_knocked_down_exiles_reach_beach);
-
bool Validate(SpellInfo const* /*spellInfo*/) override
{
return ValidateSpellInfo({ SPELL_KNOCKED_DOWN_STUN2 });
@@ -1057,8 +1051,6 @@ enum SpellCrashLandedData
template<uint32 StaticCaptainNPCId>
class spell_crash_landed_generic : public SpellScript
{
- PrepareSpellScript(spell_crash_landed_generic);
-
void HandleEffect(SpellEffIndex /*effIndex*/)
{
Player* player = GetCaster()->ToPlayer();
@@ -2032,8 +2024,6 @@ public:
// 325076 - Summon Warlord Grimaxe
class spell_summon_survivor_beach : public SpellScript
{
- PrepareSpellScript(spell_summon_survivor_beach);
-
void SelectTarget(WorldObject*& target)
{
Player* caster = GetCaster()->ToPlayer();