diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-24 18:04:13 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-24 18:04:13 +0000 |
commit | db25ca901ee5ed40d1fe709534dba403ea366bad (patch) | |
tree | 01c52f66e1a4004027cdccc459bcb8d64fb074d1 /Changelog-Trunk.txt | |
parent | 131f900b67ceaf41df94645a49e4af64eaf2b335 (diff) | |
download | hercules-db25ca901ee5ed40d1fe709534dba403ea366bad.tar.gz hercules-db25ca901ee5ed40d1fe709534dba403ea366bad.tar.bz2 hercules-db25ca901ee5ed40d1fe709534dba403ea366bad.tar.xz hercules-db25ca901ee5ed40d1fe709534dba403ea366bad.zip |
Now the server will print an error message if an invalid mapflag is found during script loading (see bugreport:980 for the motivation).
Removed one extra space that broke jail's noreturn mapflag loading.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12238 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 3d2a96e18..14b3bb657 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ 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. +2008/02/23 + * Now the server will print an error message if an invalid mapflag is + found during script loading (see bugreport:980 for the motivation) + - removed one extra space that broke jail's noreturn mapflag loading 2008/02/22 * Removed code in socket.c that tries to avoid send buffer overloading, as there is a scenario (many players and charserver disconnect) where |