diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-24 08:17:38 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-24 08:17:38 +0000 |
commit | 9739d595caaddc8a894b33579b12365e87634959 (patch) | |
tree | 9ca878afd8e0de3ccc8f3e4eb166d4055e5ce7eb /Changelog-Trunk.txt | |
parent | 1ff686c92633e40c085747350210519bd6448d23 (diff) | |
download | hercules-9739d595caaddc8a894b33579b12365e87634959.tar.gz hercules-9739d595caaddc8a894b33579b12365e87634959.tar.bz2 hercules-9739d595caaddc8a894b33579b12365e87634959.tar.xz hercules-9739d595caaddc8a894b33579b12365e87634959.zip |
Added support for latest official client/server packet changes.
Enable by setting PACKETVER to 9. Note that this breaks older clients.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11792 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 2ecab7ca6..d5ccb0669 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/11/24 + * Added support for latest official client/server packet changes [ultramage] + - enable by setting PACKETVER to 9; note that this breaks older clients 2007/11/23 * Changed the status_change structure to use dynamic rather than static memory to hold the individual status changes, this should have a noticeable |