diff options
-rw-r--r-- | sql/updates/world/2011_05_08_01_spell_script_names.sql | 10 |
1 files changed, 5 insertions, 5 deletions
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'); |