From 23f42e09ec34ac6285773b70bd53503ea0986ff6 Mon Sep 17 00:00:00 2001 From: Teleqraph Date: Sun, 7 May 2023 16:43:56 +0200 Subject: 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. --- sql/updates/world/master/2023_05_07_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2023_05_07_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_05_07_04_world.sql b/sql/updates/world/master/2023_05_07_04_world.sql new file mode 100644 index 00000000000..2f15c012a09 --- /dev/null +++ b/sql/updates/world/master/2023_05_07_04_world.sql @@ -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'); -- cgit v1.2.3