diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-08 10:17:44 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-08 10:17:44 +0000 |
commit | 49e40b5b5281ebbe4177a3a0c48dc2e0769c1dc4 (patch) | |
tree | b7ba5a72e1f99282968df5b25d318b717a8422f8 /Changelog-Trunk.txt | |
parent | 9eb222426c4275cf35648ac8dc2e6c83cdbba14c (diff) | |
download | hercules-49e40b5b5281ebbe4177a3a0c48dc2e0769c1dc4.tar.gz hercules-49e40b5b5281ebbe4177a3a0c48dc2e0769c1dc4.tar.bz2 hercules-49e40b5b5281ebbe4177a3a0c48dc2e0769c1dc4.tar.xz hercules-49e40b5b5281ebbe4177a3a0c48dc2e0769c1dc4.zip |
Synced charserver char creation creation code
* removed most of the creation failure messages printed to console
* fixed sql charserver letting you use control chars in char names
* new chars will not start with the 'Knife' and 'Cotton Shirt' equipped anymore (charserver blindly placed magic values into the equip field)
Fixed a glitch where all packets immediately after the map->char login packet would get discarded and the mapserver disconnected.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11696 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index fc9bfc072..3e626e957 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ 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. 2007/11/08 + * Fixed a glitch where all packets immediately after the map->char + login packet would get discarded and the mapserver disconnected + * Synced charserver char creation creation code [ultramage] + - removed most of the creation failure messages printed to console + - fixed sql charserver letting you use control chars in char names + - new chars will not start with the 'Knife' and 'Cotton Shirt' equipped + anymore (charserver blindly placed magic values into the equip field) * Updated configure script: - small correction to the help text of --with-mysql and --with-pcre - added the -Wno-switch compiler option to suppress the |