From 43436c8f303ba228cfc16d26cfdf08a786036eee Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 25 Oct 2008 10:37:28 -0500 Subject: [svn] Continue the work of rewriting spell target selection functions (warning: this may cause some spells broken). Add some spell_script_target. Delete some workaround in scripts (since core provides spell support now). --HG-- branch : trunk --- sql/updates/116_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/116_world.sql (limited to 'sql/updates/116_world.sql') diff --git a/sql/updates/116_world.sql b/sql/updates/116_world.sql new file mode 100644 index 00000000000..7d9fce4c319 --- /dev/null +++ b/sql/updates/116_world.sql @@ -0,0 +1,8 @@ +INSERT INTO `spell_script_target` VALUES ('30531', '1', '17256'); +INSERT INTO `spell_script_target` VALUES ('41455', '1', '22949'); +INSERT INTO `spell_script_target` VALUES ('41455', '1', '22950'); +INSERT INTO `spell_script_target` VALUES ('41455', '1', '22951'); +INSERT INTO `spell_script_target` VALUES ('41455', '1', '22952'); +INSERT INTO `spell_script_target` VALUES ('42471', '1', '23817'); +INSERT INTO `spell_script_target` VALUES ('43734', '1', '23817'); +INSERT INTO `spell_script_target` VALUES ('42631', '1', '23920'); \ No newline at end of file -- cgit v1.2.3