diff options
author | Teleqraph <nyrdeveloper@gmail.com> | 2023-05-07 16:43:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 16:43:56 +0200 |
commit | 23f42e09ec34ac6285773b70bd53503ea0986ff6 (patch) | |
tree | 6c48728862cfc4f3b86c2f21479871048ccc6d64 /sql | |
parent | 6ac102d1cf25881e8033e10be7e2a397a35349ae (diff) |
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.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_05_07_04_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |