From 6cfe60f2ab6bd205ce683ba7dae93bbf166a5d47 Mon Sep 17 00:00:00 2001 From: Supabad Date: Sun, 8 May 2011 18:09:40 +0200 Subject: DB/SQL: fix typo in previous commit --- sql/updates/world/2011_05_08_01_spell_script_names.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sql') diff --git a/sql/updates/world/2011_05_08_01_spell_script_names.sql b/sql/updates/world/2011_05_08_01_spell_script_names.sql index 17c82917f83..3a1558a7c39 100644 --- a/sql/updates/world/2011_05_08_01_spell_script_names.sql +++ b/sql/updates/world/2011_05_08_01_spell_script_names.sql @@ -1,5 +1,5 @@ -DELETE `FROM spell_script_names` WHERE `spell_id` IN (63489,62274); -INSERT `INTO spell_script_names` -VALUES -(63489,'spell_shield_of_runes'), -(62274,'spell_shield_of_runes'); \ No newline at end of file +DELETE FROM `spell_script_names` WHERE `spell_id` IN (63489,62274); +INSERT INTO `spell_script_names` +VALUES +(63489, 'spell_shield_of_runes'), +(62274, 'spell_shield_of_runes'); -- cgit v1.2.3