diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-19 16:55:13 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-19 16:55:13 +0000 |
commit | 8e852c55ed530007343e293bf5c8fdb9fd53e322 (patch) | |
tree | 0631c82d4449eb8215f0328b2d47bc61384bcd90 /Changelog-Trunk.txt | |
parent | 76060b9b386d8834ff796a8df2eaa0bb0a497fff (diff) | |
download | hercules-8e852c55ed530007343e293bf5c8fdb9fd53e322.tar.gz hercules-8e852c55ed530007343e293bf5c8fdb9fd53e322.tar.bz2 hercules-8e852c55ed530007343e293bf5c8fdb9fd53e322.tar.xz hercules-8e852c55ed530007343e293bf5c8fdb9fd53e322.zip |
* Forgotten update to the definition of script command 'input'.
* Enabled DEBUG_MEMMGR only in DEBUG mode.
* Made autotrading characters be kicked instead of reporting double login.
* Made create_session initialize session_data to NULL.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12218 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 6847824a3..2b8d6572c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,10 @@ 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/02/19 + * Forgotten update to the definition of script command 'input'. + * Enabled DEBUG_MEMMGR only in DEBUG mode. + * Made autotrading characters be kicked instead of reporting double login. + * Made create_session initialize session_data to NULL. * Fixed db_obj_get not handling deleted nodes correctly. (bugreport:999) [FlavioJS] 2008/02/17 * corrected login_fd/char_fd being uninitialized in the char servers. |