From a515b73738c0cb21239711b166ac7a84801149b1 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 26 Jun 2016 19:52:41 +0200 Subject: Core/Spells: Fixed Glyph of Surging Mist --- sql/updates/world/6.x/2016_06_26_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/6.x/2016_06_26_00_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3