aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/6.x/2016_04_27_00_world.sql4
1 files changed, 4 insertions, 0 deletions
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');