diff options
author | Jeremy <Golrag@users.noreply.github.com> | 2025-06-08 20:00:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-08 20:00:13 +0200 |
commit | 6ff851fdcfd86f0a199f60a745d314b0f5870a7a (patch) | |
tree | 5c115c6c1a9030b5fff4cf25688e5dded100cb60 /sql | |
parent | bb68bf610ef97f2836ea1c3df4853a60cad99413 (diff) |
Scripts/Spells: Implement Raging Blow cooldown reset talents (#31038)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_06_08_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_08_01_world.sql b/sql/updates/world/master/2025_06_08_01_world.sql new file mode 100644 index 00000000000..f5fd0f223af --- /dev/null +++ b/sql/updates/world/master/2025_06_08_01_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_raging_blow_cooldown_reset'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(85288, 'spell_warr_raging_blow_cooldown_reset'), +(335097, 'spell_warr_raging_blow_cooldown_reset' ); |