Core/Spells: Fixed Elemental Blast random buff (shaman)

This commit is contained in:
Shauren
2016-05-10 17:06:39 +02:00
parent 42ab42ce27
commit 9fa5906c40
2 changed files with 68 additions and 0 deletions
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_elemental_blast';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(117014,'spell_sha_elemental_blast');