DB/SQL: fix typo in previous commit

This commit is contained in:
Supabad
2011-05-08 18:09:40 +02:00
parent 86fdeac782
commit 6cfe60f2ab

View File

@@ -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');
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');