aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10418_world_spell_script_names.sql5
1 files changed, 3 insertions, 2 deletions
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');