Core/Shaman: Fix Earthen Power

This commit is contained in:
Vincent-Michael
2012-04-22 20:29:47 +02:00
parent 408c78dcd7
commit ccda7c8a40
2 changed files with 51 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=59566;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(59566,'spell_sha_earthen_power');