From bd4b47af0e1e63ecf4c2cde2a3422b190d8c5921 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 3 Dec 2010 13:36:14 +0100 Subject: Core/SQL: Added missing scriptnames to full sql, fixed typos and corrected delete statement in 10418_world_spell_script_names.sql (no need to reapply) --HG-- branch : trunk --- sql/updates/10418_world_spell_script_names.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sql/updates') diff --git a/sql/updates/10418_world_spell_script_names.sql b/sql/updates/10418_world_spell_script_names.sql index d7cdab5c376..321fda46450 100644 --- a/sql/updates/10418_world_spell_script_names.sql +++ b/sql/updates/10418_world_spell_script_names.sql @@ -1,2 +1,3 @@ -DELETE FROM spell_script_names WHERE spell_id = 10848; -INSERT INTO spell_script_names VALUES (10848, "spell_gen_shroud_of_death"); +DELETE FROM spell_script_names WHERE spell_id = 10848 AND `ScriptName`='spell_gen_shroud_of_death'; +INSERT INTO spell_script_names (`spell_id`,`ScriptName`) VALUES +(10848, 'spell_gen_shroud_of_death'); -- cgit v1.2.3