Core/Scripts: Adjust SQL-update for 10462 to include a delete-query for the affected spell (prevents a possible reinsert-error during import)

Thanks to leak for noticing.

--HG--
branch : trunk
This commit is contained in:
click
2010-12-03 00:26:48 +01:00
parent e672793a3c
commit 1ec9f7b828

View File

@@ -1 +1,2 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=6474;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (6474, 'spell_sha_earthbind_totem');