summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-31 20:40:16 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-31 20:40:16 +0000
commitdc667b65a4138be2e3923c99fcbfd1bbd409fa39 (patch)
treeb45fbf28d955c732da1ae31a19b3e441d30e3f23 /Changelog-Trunk.txt
parent7d014932d263c908529db8ad3d7b48a7ea01d0ec (diff)
downloadhercules-dc667b65a4138be2e3923c99fcbfd1bbd409fa39.tar.gz
hercules-dc667b65a4138be2e3923c99fcbfd1bbd409fa39.tar.bz2
hercules-dc667b65a4138be2e3923c99fcbfd1bbd409fa39.tar.xz
hercules-dc667b65a4138be2e3923c99fcbfd1bbd409fa39.zip
* Inventory and Cart item arrays are no longer getting compacted on each log-in/teleport/warp.
- This also resolves yet another issue caused by r14685 (bugreport:2604). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14691 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index c74735af9..1f0443233 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,8 @@
Date Added
2011/01/31
+ * Inventory and Cart item arrays are no longer getting compacted on each log-in/teleport/warp. [Ai4rei]
+ - This also resolves yet another issue caused by r14685 (bugreport:2604).
* Various accumulated cleanups and fixes. [Ai4rei]
- Improved the compile speed for files which include common/socket.h on windows builds (related r10471).
- Moved FIFOSIZE_SERVERLINK define from common/mmo.h to common/socket.h (since it is a server connection FIFO size setting).