aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorTeleqraph <nyrdeveloper@gmail.com>2023-08-13 19:21:28 +0200
committerGitHub <noreply@github.com>2023-08-13 19:21:28 +0200
commit3c0dcfc2c6bd546b5e81244328a183b4887c79ed (patch)
tree511d5d3f301310a72f3090dcc3096b1200d8341d /sql/updates
parentb8f3bb8cba288ee1b5805929355d15606474af34 (diff)
Scripts/Spells: Unify major healing cooldown CDs modifiers for all classes (#29174)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_08_13_00_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_13_00_world.sql b/sql/updates/world/master/2023_08_13_00_world.sql
new file mode 100644
index 00000000000..c6cb690ca8d
--- /dev/null
+++ b/sql/updates/world/master/2023_08_13_00_world.sql
@@ -0,0 +1,9 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_divine_hymn','spell_gen_major_healing_cooldown_modifier','spell_gen_major_healing_cooldown_modifier_aura');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(157982, 'spell_gen_major_healing_cooldown_modifier'), -- Tranquility (Direct heal + periodic)
+(64844, 'spell_gen_major_healing_cooldown_modifier'), -- Divine Hymn (Direct heal)
+(114942, 'spell_gen_major_healing_cooldown_modifier'), -- Healing Tide Totem (Direct heal)
+(115310, 'spell_gen_major_healing_cooldown_modifier'), -- Revival (Direct heal)
+(157982, 'spell_gen_major_healing_cooldown_modifier_aura'), -- Tranquility (Direct heal + periodic)
+(271466, 'spell_gen_major_healing_cooldown_modifier_aura'), -- Luminous Barrier (Absorb)
+(363534, 'spell_gen_major_healing_cooldown_modifier_aura'); -- Rewind (Periodic)