aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2014-04-05 00:37:07 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2014-04-05 00:37:07 +0200
commit29610b250dd5017f068264d9b1a37748c9f30feb (patch)
tree5bc0f4d697d056d045637553368861435a2af17c /sql
parentc4f4a023eac7f7e1687dfd3898a75419a4115c45 (diff)
Core/Spells: fixed Throw Shield Visual and Clone Weapon
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');