Core/Spells: fixed Feral Swiftnes proc

This commit is contained in:
Ovahlord
2019-11-09 00:19:00 +01:00
parent 5b928c5802
commit cc778981fa
2 changed files with 95 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN
('spell_dru_stampeding_roar',
'spell_dru_feral_swiftness_clear');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(77761, 'spell_dru_stampeding_roar'),
(77764, 'spell_dru_stampeding_roar'),
(97985, 'spell_dru_feral_swiftness_clear'),
(97993, 'spell_dru_feral_swiftness_clear');