aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclick <none@none>2010-12-03 00:26:48 +0100
committerclick <none@none>2010-12-03 00:26:48 +0100
commit1ec9f7b82893c82226a3a9b28bc8a3f5c3e86129 (patch)
tree75a323511828857b8c72011ceb320f445435a55a
parente672793a3cb6aae03cfea6cea68bbf0acb3cb4fc (diff)
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
-rw-r--r--sql/updates/10462_world_spell_script_names.sql1
1 files changed, 1 insertions, 0 deletions
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');