From 888a13fb152c885def4691a1d1b27fb70d7ca60a Mon Sep 17 00:00:00 2001 From: azazel Date: Thu, 19 Aug 2010 09:54:27 +0600 Subject: Fix typo in SQL --HG-- branch : trunk --- sql/updates/9447_world_spell_script_names.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sql/updates') diff --git a/sql/updates/9447_world_spell_script_names.sql b/sql/updates/9447_world_spell_script_names.sql index da7930b61c3..925ddb9746f 100644 --- a/sql/updates/9447_world_spell_script_names.sql +++ b/sql/updates/9447_world_spell_script_names.sql @@ -1,3 +1,3 @@ -DELETE FROM `spell_script_names` WHERE `spell_id`=20425 AND `ScriptName`='spell_warl_judgement_of_command'; -DELETE FROM `spell_script_names` WHERE `spell_id`=20425 AND `ScriptName`='spell_pal_judgement_of_command'; -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (20425, 'spell_pal_judgement_of_command'); +DELETE FROM `spell_script_names` WHERE `spell_id`=20425 AND `ScriptName`='spell_warl_guarded_by_the_light'; +DELETE FROM `spell_script_names` WHERE `spell_id`=20425 AND `ScriptName`='spell_pal_guarded_by_the_light'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (20425, 'spell_pal_guarded_by_the_light'); -- cgit v1.2.3