diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-27 09:38:38 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-27 09:38:38 +0000 |
commit | 6a124d9973efda1f0a955e8e5714f3fa8919aa92 (patch) | |
tree | 9e47b6a9effadf270152cf24fc928a7c61628ff5 /Changelog-Trunk.txt | |
parent | 4f59f46d78c8ca16c0acce0e5e196503aacc17c0 (diff) | |
download | hercules-6a124d9973efda1f0a955e8e5714f3fa8919aa92.tar.gz hercules-6a124d9973efda1f0a955e8e5714f3fa8919aa92.tar.bz2 hercules-6a124d9973efda1f0a955e8e5714f3fa8919aa92.tar.xz hercules-6a124d9973efda1f0a955e8e5714f3fa8919aa92.zip |
- Moved basic max HP/SP calculation to before parsing equipment, fixes negative absolute HP/SP bonuses not working.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11819 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 374502f11..6f0834ddb 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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 + * Moved basic max HP/SP calculation to before parsing equipment, fixes + negative absolute HP/SP bonuses not working. * 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 |