From 4953ee20a5aecd4b58a8b0000d5c27811d7afcfd Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 27 Apr 2016 18:17:03 +0200 Subject: Core/Spells: Fixed Crackling Jade Lightning, initial pull request by @Infamous-devel Closes #17050 --- sql/updates/world/6.x/2016_04_27_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/6.x/2016_04_27_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_04_27_00_world.sql b/sql/updates/world/6.x/2016_04_27_00_world.sql new file mode 100644 index 00000000000..64fe6e10bf2 --- /dev/null +++ b/sql/updates/world/6.x/2016_04_27_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_monk_crackling_jade_lightning','spell_monk_crackling_jade_lightning_knockback_proc_aura'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(117952,'spell_monk_crackling_jade_lightning'), +(117959,'spell_monk_crackling_jade_lightning_knockback_proc_aura'); -- cgit v1.2.3