Core/Spells: Fixed monk spell Provoke

Initial PR submitted by @Infamous-devel

Closes #17384
This commit is contained in:
Shauren
2016-06-17 21:17:07 +02:00
parent 5fdeb06675
commit 65eb88c8a5
2 changed files with 71 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_monk_provoke';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(115546,'spell_monk_provoke');