diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-27 09:21:18 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-27 09:21:18 +0000 |
commit | 4f59f46d78c8ca16c0acce0e5e196503aacc17c0 (patch) | |
tree | 6e1241cd51a93ebc8bda9c393b656786a9ca12f0 /Changelog-Trunk.txt | |
parent | e8524f706aa516778e6e5e926edff2a839989ed8 (diff) | |
download | hercules-4f59f46d78c8ca16c0acce0e5e196503aacc17c0.tar.gz hercules-4f59f46d78c8ca16c0acce0e5e196503aacc17c0.tar.bz2 hercules-4f59f46d78c8ca16c0acce0e5e196503aacc17c0.tar.xz hercules-4f59f46d78c8ca16c0acce0e5e196503aacc17c0.zip |
- Corrected the online_data_cleanup routine setting offline characters that are still connected to the char-server.
- Added a check in script command sc_end to properly end infinte endure
- ASC_BREAKER no longer triggers status effect cards.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11817 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 71f6a91a4..374502f11 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/11/27 + * Corrected the online_data_cleanup routine setting offline characters that + are still connected to the char-server. + * Added a check in script command sc_end to properly end infinte endure + * ASC_BREAKER no longer triggers status effect cards. [Skotlex] * Fixed fake_nd not being exported correctly and being unloaded when reloading scripts. (probably fixes bugreport:444) [FlavioJS] 2007/11/26 |