From 824ca42c5090006611bcde540b3f20c8c53dce55 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 5 Dec 2008 18:50:31 -0600 Subject: *Some new spell_script_target. By Aokromes. --HG-- branch : trunk --- sql/updates/400_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/400_world.sql (limited to 'sql') diff --git a/sql/updates/400_world.sql b/sql/updates/400_world.sql new file mode 100644 index 00000000000..c40981b6919 --- /dev/null +++ b/sql/updates/400_world.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_script_target` WHERE `entry` IN (34186, 42492, 33831, 5628, 45109, 45149); +INSERT INTO `spell_script_target` VALUES (34186, 1, 16938); +INSERT INTO `spell_script_target` VALUES (42492, 1, 0); +INSERT INTO `spell_script_target` VALUES (33831, 1, 0); +INSERT INTO `spell_script_target` VALUES (5628, 1, 2011); +INSERT INTO `spell_script_target` VALUES (5628, 1, 2012); +INSERT INTO `spell_script_target` VALUES (5628, 1, 2013); +INSERT INTO `spell_script_target` VALUES (5628, 1, 2014); +INSERT INTO `spell_script_target` VALUES (45109, 1, 25084); +INSERT INTO `spell_script_target` VALUES (45149, 0, 300154); \ No newline at end of file -- cgit v1.2.3