mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 06:37:12 +01:00
Core/Spells: fixed Feral Swiftnes proc
This commit is contained in:
9
sql/updates/world/custom/custom_2019_11_09_00_world.sql
Normal file
9
sql/updates/world/custom/custom_2019_11_09_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user