diff options
| author | megamage <none@none> | 2008-10-25 10:37:28 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2008-10-25 10:37:28 -0500 |
| commit | 43436c8f303ba228cfc16d26cfdf08a786036eee (patch) | |
| tree | 8c5b45b39643603e23caa86cb53658ec12053dec /sql/updates | |
| parent | e22427d4b0f962729957d6dd6aeb85975419cd18 (diff) | |
[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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/116_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
