Scripts/Spells: Implement Frenzy fury warrior talent (#31075)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user