aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-06-26 19:52:41 +0200
committerShauren <shauren.trinity@gmail.com>2016-06-26 19:52:41 +0200
commita515b73738c0cb21239711b166ac7a84801149b1 (patch)
treeac169bedcb33e5dc1d24b90258d900a56c575ace /sql/updates
parent9ae700c809f1b02aa33131ef6ec4914bde522027 (diff)
Core/Spells: Fixed Glyph of Surging Mist
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/6.x/2016_06_26_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_26_00_world.sql b/sql/updates/world/6.x/2016_06_26_00_world.sql
new file mode 100644
index 00000000000..ead8bc25478
--- /dev/null
+++ b/sql/updates/world/6.x/2016_06_26_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_monk_surging_mist_glyphed';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(123273,'spell_monk_surging_mist_glyphed');