Core/Spells: Fixed Crackling Jade Lightning, initial pull request by @Infamous-devel

Closes #17050
This commit is contained in:
Shauren
2016-04-27 18:17:03 +02:00
parent 406ac4f4b4
commit 4953ee20a5
3 changed files with 137 additions and 0 deletions
@@ -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');