aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_04_05_00_world_spell_script_names.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_05_00_world_spell_script_names.sql b/sql/updates/world/2014_04_05_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..f5abac98e78
--- /dev/null
+++ b/sql/updates/world/2014_04_05_00_world_spell_script_names.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (41213, 43416, 69222, 73076, 45204);
+INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES
+(41213, 'spell_gen_throw_shield'),
+(43416, 'spell_gen_throw_shield'),
+(69222, 'spell_gen_throw_shield'),
+(73076, 'spell_gen_throw_shield'),
+(45204, 'spell_gen_clone');