summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-02 12:07:32 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-07-02 12:07:32 +0000
commit329d0adaf22491489d511982e57ae614dc1834c9 (patch)
treeba26b25451971071e38ea95a31ec646de76f83a8 /Changelog-Trunk.txt
parent179b9771be97e87168b39799bdbf82767d46fc45 (diff)
downloadhercules-329d0adaf22491489d511982e57ae614dc1834c9.tar.gz
hercules-329d0adaf22491489d511982e57ae614dc1834c9.tar.bz2
hercules-329d0adaf22491489d511982e57ae614dc1834c9.tar.xz
hercules-329d0adaf22491489d511982e57ae614dc1834c9.zip
* More instancing updates.
- Improved instance_id validity checking. - Fixed instance name being copied with memcpy rather than safestrncpy (since r13901). - Removed unused instance data field 'progress_timeoutval' (since r13901). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14879 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 76195a89a..60939a692 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,10 @@
Date Added
2011/07/02
+ * More instancing updates. [Ai4rei]
+ - Improved instance_id validity checking.
+ - Fixed instance name being copied with memcpy rather than safestrncpy (since r13901).
+ - Removed unused instance data field 'progress_timeoutval' (since r13901).
* Random updates to instance system. [Ai4rei]
- Introduced a constant for instance name length.
- Corrected comments related to instance packets 0x2cb (ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO) and 0x2ce (ZC_MEMORIALDUNGEON_NOTIFY).