diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-29 01:55:05 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-29 01:55:05 +0000 |
commit | b5633db9744bff512eef665054a2622780a7ab6c (patch) | |
tree | ed32034ecfcdc3d7f69a39a152738222c11f19aa /Changelog-Trunk.txt | |
parent | 296cc8b832aeed7932327017c4489874725f82f1 (diff) | |
download | hercules-b5633db9744bff512eef665054a2622780a7ab6c.tar.gz hercules-b5633db9744bff512eef665054a2622780a7ab6c.tar.bz2 hercules-b5633db9744bff512eef665054a2622780a7ab6c.tar.xz hercules-b5633db9744bff512eef665054a2622780a7ab6c.zip |
* Fixed char-server making assumptions about RFIFO data length in character deletion packet (since r10909).
* Fixed login-server discarding RFIFO data, when the length is 1 byte; minimum packet size is 2 bytes (since r5027).
- Fixed login-server not skipping packet 0x2728's data on failure (since r12043).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14637 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 0ca19ac69..97d9f8ef4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,9 @@ Date Added 2010/12/28 + * Fixed char-server making assumptions about RFIFO data length in character deletion packet (since r10909). [Ai4rei] + * Fixed login-server discarding RFIFO data, when the length is 1 byte; minimum packet size is 2 bytes (since r5027). + - Fixed login-server not skipping packet 0x2728's data on failure (since r12043). * Removed unmaintained and broken 'adduser' tool (topic:262284). [Ai4rei] 2010/12/27 * Fixed skill_can_produce_mix not checking, whether or not the produced goods can actually be stored (bugreport:4674). [Ai4rei] |