From c5bad429e2ca0d58660922157655cbaec857e53e Mon Sep 17 00:00:00 2001 From: Kito Date: Sat, 18 Jun 2016 20:34:45 +0200 Subject: Scripts/Monk: Surging Mist * When glyphed and in stance will cast AOE ally selection heal * Else, cast normal heal on Explicit target --- sql/updates/world/6.x/2016_06_23_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/6.x/2016_06_23_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_06_23_02_world.sql b/sql/updates/world/6.x/2016_06_23_02_world.sql new file mode 100644 index 00000000000..43f2c02dcf2 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_23_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_monk_surging_mist'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(116694,'spell_monk_surging_mist'); -- cgit v1.2.3