diff options
author | megamage <none@none> | 2008-12-05 18:50:31 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-05 18:50:31 -0600 |
commit | 824ca42c5090006611bcde540b3f20c8c53dce55 (patch) | |
tree | 36d4e1e64f5e9bde2d13b7fbdee0d38569979e4d | |
parent | 63bbecb8a27d1af9424baa025a0a97f90469a9bb (diff) |
*Some new spell_script_target. By Aokromes.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/400_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
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 |