aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Argus
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/Argus')
-rw-r--r--src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp b/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp
index 8d4b38852d4..7ba2a494731 100644
--- a/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp
+++ b/src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp
@@ -892,18 +892,18 @@ void AddSC_boss_garothi_worldbreaker()
{
RegisterAntorusTheBurningThroneCreatureAI(boss_garothi_worldbreaker);
RegisterAreaTriggerAI(at_garothi_annihilation);
- RegisterAuraScript(spell_garothi_apocalypse_drive);
+ RegisterSpellScript(spell_garothi_apocalypse_drive);
RegisterSpellScript(spell_garothi_fel_bombardment_selector);
- RegisterAuraScript(spell_garothi_fel_bombardment_warning);
- RegisterAuraScript(spell_garothi_fel_bombardment_periodic);
+ RegisterSpellScript(spell_garothi_fel_bombardment_warning);
+ RegisterSpellScript(spell_garothi_fel_bombardment_periodic);
RegisterSpellScript(spell_garothi_searing_barrage_dummy);
RegisterSpellScript(spell_garothi_searing_barrage_selector);
RegisterSpellScript(spell_garothi_decimation_selector);
- RegisterAuraScript(spell_garothi_decimation_warning);
- RegisterAuraScript(spell_garothi_carnage);
+ RegisterSpellScript(spell_garothi_decimation_warning);
+ RegisterSpellScript(spell_garothi_carnage);
RegisterSpellScript(spell_garothi_annihilation_selector);
RegisterSpellScript(spell_garothi_annihilation_triggered);
RegisterSpellScript(spell_garothi_eradication);
- RegisterAuraScript(spell_garothi_surging_fel);
+ RegisterSpellScript(spell_garothi_surging_fel);
RegisterSpellScript(spell_garothi_cannon_chooser);
}