summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-13 11:10:23 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-13 11:10:23 +0000
commit9ba6b17493577bb7c2feb6561aab65b28530a042 (patch)
tree713c49c91e59b9d378eab8641fd505948a178389 /Changelog-Trunk.txt
parent85709aa77e14a02866cdbb7ede40a0b52ef12b74 (diff)
downloadhercules-9ba6b17493577bb7c2feb6561aab65b28530a042.tar.gz
hercules-9ba6b17493577bb7c2feb6561aab65b28530a042.tar.bz2
hercules-9ba6b17493577bb7c2feb6561aab65b28530a042.tar.xz
hercules-9ba6b17493577bb7c2feb6561aab65b28530a042.zip
* Fixed chrif-packet processing considering free/unused packet IDs incorrectly as variable length packets (-1 = variable length, 0 = disabled packet).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14666 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 025183acd..733ca5485 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2011/01/13
+ * Fixed chrif-packet processing considering free/unused packet IDs incorrectly as variable length packets (-1 = variable length, 0 = disabled packet). [Ai4rei]
* Added support for creating account through the console-plugin on login-server (replaces ladmin functionality unavailable through atcommands). [Ai4rei]
* Reformatting and minor cleanups to console-plugin related code. [Ai4rei]
2011/01/10