diff options
Diffstat (limited to 'src/server/scripts/Kalimdor')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/boss_salramm_the_fleshcrafter.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/boss_salramm_the_fleshcrafter.cpp index 168a988c867..d65d7468e04 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/boss_salramm_the_fleshcrafter.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/boss_salramm_the_fleshcrafter.cpp @@ -158,5 +158,5 @@ class spell_salramm_steal_flesh : public AuraScript void AddSC_boss_salramm() { new boss_salramm(); - RegisterAuraScript(spell_salramm_steal_flesh); + RegisterSpellScript(spell_salramm_steal_flesh); } diff --git a/src/server/scripts/Kalimdor/zone_azuremyst_isle.cpp b/src/server/scripts/Kalimdor/zone_azuremyst_isle.cpp index 7254ed4d8c1..81dce894337 100644 --- a/src/server/scripts/Kalimdor/zone_azuremyst_isle.cpp +++ b/src/server/scripts/Kalimdor/zone_azuremyst_isle.cpp @@ -643,5 +643,5 @@ void AddSC_azuremyst_isle() new npc_injured_draenei(); new npc_magwin(); new npc_geezle(); - RegisterAuraScript(spell_inoculate_nestlewood); + RegisterSpellScript(spell_inoculate_nestlewood); } diff --git a/src/server/scripts/Kalimdor/zone_silithus.cpp b/src/server/scripts/Kalimdor/zone_silithus.cpp index 2e0072b9ca4..92ddb54f2c4 100644 --- a/src/server/scripts/Kalimdor/zone_silithus.cpp +++ b/src/server/scripts/Kalimdor/zone_silithus.cpp @@ -1439,5 +1439,5 @@ void AddSC_silithus() new npc_anachronos_the_ancient(); new npc_qiraj_war_spawn(); new go_wind_stone(); - RegisterAuraScript(spell_silithus_summon_cultist_periodic); + RegisterSpellScript(spell_silithus_summon_cultist_periodic); } |
