DB/Script Names: Fix some typos in spell_sha_healing_stream_totem

(c517806a23)
This commit is contained in:
Vincent-Michael
2012-02-18 16:00:40 +00:00
committed by Nay
parent 5411e1ce52
commit 20dd507882

View File

@@ -0,0 +1,6 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (52059,52060,52061);
DELETE FROM `spell_script_names` WHERE `spell_id` IN (58759,58760,58761);
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(58759,'spell_sha_healing_stream_totem'),
(58760,'spell_sha_healing_stream_totem'),
(58761,'spell_sha_healing_stream_totem');