summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-08 05:34:35 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-08 05:34:35 +0000
commit0f130e615463dfa6150d097c72a4612868e180f5 (patch)
tree1af4bfc2105efa6dac73cc112155aaf5f9a65f8f /Changelog-Trunk.txt
parent77d43dcefbbfbcbaf2b1cd1f5da2017673c1b5dc (diff)
downloadhercules-0f130e615463dfa6150d097c72a4612868e180f5.tar.gz
hercules-0f130e615463dfa6150d097c72a4612868e180f5.tar.bz2
hercules-0f130e615463dfa6150d097c72a4612868e180f5.tar.xz
hercules-0f130e615463dfa6150d097c72a4612868e180f5.zip
* Updated/revised description of instance-related script commands (bugreport:4880).
- Fixed 'instance_create' would return -4 (party already instancing) when the requested party was not found. - 'instance_create' return value -2 now means 'party not found' rather than 'missing parameter'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14809 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index b81de37a7..7a6707d6c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,9 @@
Date Added
+2011/05/08
+ * Updated/revised description of instance-related script commands (bugreport:4880). [Ai4rei]
+ - Fixed 'instance_create' would return -4 (party already instancing) when the requested party was not found.
+ - 'instance_create' return value -2 now means 'party not found' rather than 'missing parameter'.
2011/05/01
* Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from grfio. These were outdated copies of zlib's 'uncompress' and 'compress' respectively (related r1530 and r5152). [Ai4rei]
* Removed auto-add feature from mapindex code, as map indexes are used for save data, thus need to be constant across server starts (since r4726). [Ai4rei]