mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-03 15:47:04 +01:00
Core/Spells: Fixed monk spell Provoke
Initial PR submitted by @Infamous-devel Closes #17384
This commit is contained in:
3
sql/updates/world/6.x/2016_06_17_01_world.sql
Normal file
3
sql/updates/world/6.x/2016_06_17_01_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user