diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 14:05:24 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-21 14:05:24 +0000 |
commit | 74aac1368dae2d2a8ed5e3897a3cafb0fc5a8984 (patch) | |
tree | 0399235ad0454e7baa6ab1c93b5b338f9ef8bfa5 /Changelog-Trunk.txt | |
parent | 4d56e510be1ebe8075e3e186cf501c2fe8617952 (diff) | |
download | hercules-74aac1368dae2d2a8ed5e3897a3cafb0fc5a8984.tar.gz hercules-74aac1368dae2d2a8ed5e3897a3cafb0fc5a8984.tar.bz2 hercules-74aac1368dae2d2a8ed5e3897a3cafb0fc5a8984.tar.xz hercules-74aac1368dae2d2a8ed5e3897a3cafb0fc5a8984.zip |
- Fixed the Autosave routine not working when there's only one player online.
- Disabled command @rain since the client no longer supports it anyway.
- Fixed delitem not checking for the first slot's card, also optimized it so that it doesn't checks on the other slots.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8399 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 663e4a63f..33ccc89a2 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -2,6 +2,14 @@ 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.
+
+2006/08/21
+ * Fixed the Autosave routine not working when there's only one player
+ online. [Skotlex]
+ * Disabled command @rain since the client no longer supports it anyway.
+ [Skotlex]
+ * Fixed delitem not checking for the first slot's card, also optimized it
+ so that it doesn't checks on the other slots. [Skotlex]
2006/08/20
* Added a check during mob_db loading so that the six basic stats, max hp
and max sp are never below 1, as this could cause crashes when using
|