From 1ec9f7b82893c82226a3a9b28bc8a3f5c3e86129 Mon Sep 17 00:00:00 2001 From: click Date: Fri, 3 Dec 2010 00:26:48 +0100 Subject: 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 --- sql/updates/10462_world_spell_script_names.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'sql') diff --git a/sql/updates/10462_world_spell_script_names.sql b/sql/updates/10462_world_spell_script_names.sql index e35527f9c50..c4439817178 100644 --- a/sql/updates/10462_world_spell_script_names.sql +++ b/sql/updates/10462_world_spell_script_names.sql @@ -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'); -- cgit v1.2.3