diff options
author | Jeremy <Golrag@users.noreply.github.com> | 2025-06-07 16:07:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-07 16:07:17 +0200 |
commit | 201e0093147cff9e2dd17a900b7fb97dd8c08d68 (patch) | |
tree | 91a7504189af6a4ff8c693a34525172a42b6a960 /sql | |
parent | f22321ede4968c9e7e09a91ffe66a785d6734082 (diff) |
Scripts/Spells: Implement Invigorating Fury talent (#31040)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_06_07_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_07_00_world.sql b/sql/updates/world/master/2025_06_07_00_world.sql new file mode 100644 index 00000000000..e173c4bd5b0 --- /dev/null +++ b/sql/updates/world/master/2025_06_07_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_invigorating_fury'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(184364, 'spell_warr_invigorating_fury'); |