aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/Stratholme
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-08-20 16:03:47 +0200
committerShauren <shauren.trinity@gmail.com>2020-08-20 16:03:47 +0200
commit7d4fbf706ae19481468901ccd65c497fcabe56bf (patch)
tree46bea164f5df12691959e2d37b5eccab5c113f7e /src/server/scripts/EasternKingdoms/Stratholme
parent7a5a010d415014a1cf78b1f6186d78a39a18c70a (diff)
Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and remove it
Diffstat (limited to 'src/server/scripts/EasternKingdoms/Stratholme')
-rw-r--r--src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp
index 1f79dfcf283..d2b3b6e9329 100644
--- a/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/stratholme.cpp
@@ -398,5 +398,5 @@ void AddSC_stratholme()
new npc_restless_soul();
new npc_spectral_ghostly_citizen();
RegisterSpellScript(spell_ysida_saved_credit);
- RegisterAuraScript(spell_stratholme_haunting_phantoms);
+ RegisterSpellScript(spell_stratholme_haunting_phantoms);
}