aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-08-11 11:51:59 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-08-11 11:51:59 +0200
commit9e45731f3270b44d45d1b96e96d0fceb6ccf4ec3 (patch)
tree0076ab63f8076dfc87f22e2f24fe65da7c7527e5 /sql
parentc0bf535e5bc978257952c9bd4e258eed238d1828 (diff)
Scripted/ToC5: Add missing stuff in c0bf535e5bc978257952c9bd4e258eed238d1828
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_08_11_00_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_11_00_world_spell_script_names.sql b/sql/updates/world/2013_08_11_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..00aee104022
--- /dev/null
+++ b/sql/updates/world/2013_08_11_00_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=66545;
+INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES
+(66545, 'spell_paletress_summon_memory');