diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-31 12:12:42 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-31 12:12:42 +0000 |
commit | 5178ca9df008ecff5e78fb52baddedac9c318702 (patch) | |
tree | 9ebbaf51e6050147a949d24a0107f939488a4aae /Changelog-Trunk.txt | |
parent | b81e57a9a349e06fba2ad56757ea3d08b01db586 (diff) | |
download | hercules-5178ca9df008ecff5e78fb52baddedac9c318702.tar.gz hercules-5178ca9df008ecff5e78fb52baddedac9c318702.tar.bz2 hercules-5178ca9df008ecff5e78fb52baddedac9c318702.tar.xz hercules-5178ca9df008ecff5e78fb52baddedac9c318702.zip |
* Refer to http://www.eathena.ws/board/index.php?showtopic=130285
- Renamed pc_checkweighticon to pc_updateweightstatus and cleaned it.
- Updated pc_is50overweight to use battle_config.natural_heal_weight_rate.
- Added 90% weight check when attacking.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9600 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 d4637634f..53b918b4f 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. 2006/12/31 + * Refer to http://www.eathena.ws/board/index.php?showtopic=130285 + - Renamed pc_checkweighticon to pc_updateweightstatus and cleaned it. + - Updated pc_is50overweight to use battle_config.natural_heal_weight_rate. + - Added 90% weight check when attacking. * Updated getitem and guardian entries in script_commands.txt. * Fixed getitem trying to get <character ID> from the wrong argument. * Now getitem can be run on scripts without a player attached if |