aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorazazel <none@none>2010-08-19 11:27:30 +0600
committerazazel <none@none>2010-08-19 11:27:30 +0600
commit9b13fa86887671f4cbacfa57ef547f0b07edbdaf (patch)
tree360122d23601d01643ffcf8dcc529cd5cba9eb7b
parent888a13fb152c885def4691a1d1b27fb70d7ca60a (diff)
Fix typo in SQL (yet again, now with correct spell id)
--HG-- branch : trunk
-rw-r--r--sql/updates/9447_world_spell_script_names.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/9447_world_spell_script_names.sql b/sql/updates/9447_world_spell_script_names.sql
index 925ddb9746f..19570d2123a 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_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');
+DELETE FROM `spell_script_names` WHERE `spell_id`=63521 AND `ScriptName`='spell_warl_guarded_by_the_light';
+DELETE FROM `spell_script_names` WHERE `spell_id`=63521 AND `ScriptName`='spell_pal_guarded_by_the_light';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES (63521, 'spell_pal_guarded_by_the_light');