diff options
author | Jeremy <Golrag@users.noreply.github.com> | 2025-06-15 10:21:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-15 10:21:17 +0200 |
commit | fd043d611bdcb3288fe30a968bfa24b584155ec9 (patch) | |
tree | c3c59fd6d403ce6acbd48fe246c3c3b914c88c1e /sql | |
parent | 65276ba69a8058ca3e077ac23f86baab005cb53e (diff) |
Scripts/Spells: Implement Frenzy fury warrior talent (#31075)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_06_15_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_15_03_world.sql b/sql/updates/world/master/2025_06_15_03_world.sql new file mode 100644 index 00000000000..1e9f98f54da --- /dev/null +++ b/sql/updates/world/master/2025_06_15_03_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_frenzy', 'spell_warr_frenzy_rampage'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(335082, 'spell_warr_frenzy'), +(184367, 'spell_warr_frenzy_rampage'); |