aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-06-17 21:17:07 +0200
committerShauren <shauren.trinity@gmail.com>2016-06-17 21:17:07 +0200
commit65eb88c8a5ef4f0d07c41b1177b2418903095028 (patch)
tree8de4de4b41c546dcda476769345fe88fe658850e /sql
parent5fdeb0667532b1ca76f4fa097ecef782eafbbeb7 (diff)
Core/Spells: Fixed monk spell Provoke
Initial PR submitted by @Infamous-devel Closes #17384
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_06_17_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_17_01_world.sql b/sql/updates/world/6.x/2016_06_17_01_world.sql
new file mode 100644
index 00000000000..e5bc16000ce
--- /dev/null
+++ b/sql/updates/world/6.x/2016_06_17_01_world.sql
@@ -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');