Scripts/Spells: Implement Frenzy fury warrior talent (#31075)

This commit is contained in:
Jeremy
2025-06-15 10:21:17 +02:00
committed by GitHub
parent 65276ba69a
commit fd043d611b
2 changed files with 65 additions and 0 deletions

View File

@@ -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');