Scripts/Spells: Update Halo (#28924)

* Update Halo's trigger spells to properly support both Halo for Shadow and Holy/Discipline specs. It also offers support during Shadow Covenant aura for Discipline since it uses SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS to override the spells cast.
This commit is contained in:
Teleqraph
2023-05-07 16:43:56 +02:00
committed by GitHub
parent 6ac102d1cf
commit 23f42e09ec
2 changed files with 35 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_halo_shadow';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(120644,'spell_pri_halo_shadow');