diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-06 20:35:56 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-06 20:35:56 +0000 |
commit | a39c2643c5b39156a99b8c5c0ad64b826d718e74 (patch) | |
tree | a9ea8c3584c3ebf903b1620cd5a17bca859a6fd4 /Changelog-Trunk.txt | |
parent | aec807d9ba3c67308ac10cfe0de8d1a4568e9aaa (diff) | |
download | hercules-a39c2643c5b39156a99b8c5c0ad64b826d718e74.tar.gz hercules-a39c2643c5b39156a99b8c5c0ad64b826d718e74.tar.bz2 hercules-a39c2643c5b39156a99b8c5c0ad64b826d718e74.tar.xz hercules-a39c2643c5b39156a99b8c5c0ad64b826d718e74.zip |
* Slightly deobfuscated the max-hp calculation functionality
- fixed hp/sp calc code adding extra few points from item bonuses
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10955 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 469804c53..8255b55f1 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/08/06 + * Slightly deobfuscated the max-hp calculation functionality + - fixed hp/sp calc code adding extra few points from item bonuses * Added a null-pointer check to skill_initunit() to prevent a crash * Added a while() loop to the client packet processor (for performance) * Added support for kRO 2007-05-14aSakexe langtype 0 login packet 0x2b0 |