aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/ArathiBasin
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/EasternKingdoms/ArathiBasin
parent228c56f3c5e23345cf2b5a391c614e52f61fe7f9 (diff)
Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses
Diffstat (limited to 'src/server/scripts/EasternKingdoms/ArathiBasin')
-rw-r--r--src/server/scripts/EasternKingdoms/ArathiBasin/arathi_basin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/ArathiBasin/arathi_basin.cpp b/src/server/scripts/EasternKingdoms/ArathiBasin/arathi_basin.cpp
index f3d6a928d91..4a30195833f 100644
--- a/src/server/scripts/EasternKingdoms/ArathiBasin/arathi_basin.cpp
+++ b/src/server/scripts/EasternKingdoms/ArathiBasin/arathi_basin.cpp
@@ -52,8 +52,6 @@ struct npc_bg_ab_gryphon_bat_rider_leader : public ScriptedAI
// 261985 - Blacksmith Working
class spell_bg_ab_blacksmith_working : public AuraScript
{
- PrepareAuraScript(spell_bg_ab_blacksmith_working);
-
static constexpr uint32 ITEM_BLACKSMITH_HAMMER = 5956;
void OnApply(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)