diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 17:09:02 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 17:09:02 +0000 |
commit | be41590cac32e25a7bbee9967e31855b037b4463 (patch) | |
tree | 347cd33710e92f9f4e56eccc91726f1ce7f14360 /Changelog-Trunk.txt | |
parent | 288490094a7fe9167747dc78d416940759a31197 (diff) | |
download | hercules-be41590cac32e25a7bbee9967e31855b037b4463.tar.gz hercules-be41590cac32e25a7bbee9967e31855b037b4463.tar.bz2 hercules-be41590cac32e25a7bbee9967e31855b037b4463.tar.xz hercules-be41590cac32e25a7bbee9967e31855b037b4463.zip |
- Fixed sc data load failing when using charsave_method: 1
- Fixed the interserver link reserve size being 8 times instead of 1/8th the default size. Changed it to be 1/4th as well.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9411 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 75498e7fb..046dee553 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2004/12/05 + * Fixed sc data load failing when using charsave_method: 1 [Skotlex] + * Fixed the interserver link reserve size being 8 times instead of 1/8th + the default size. Changed it to be 1/4th as well. [Skotlex] * Found the position of emblem_id in packet 1b6. [FlavioJS] * Moved START_ACCOUNT_NUM and END_ACCOUNT_NUM from login.h to mmo.h and changed clif_guess_PacketVer to use that. [FlavioJS] |