diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 21:14:38 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-02 21:14:38 +0000 |
commit | ac0261e807d352714ddf77be4351c037e0ed98a0 (patch) | |
tree | b7e29eeef47d4b16754eb5f2e4f42cdadc9c8751 /Changelog-Trunk.txt | |
parent | d2dad92cd1c4f7cb560c5920421760be901cc9f7 (diff) | |
download | hercules-ac0261e807d352714ddf77be4351c037e0ed98a0.tar.gz hercules-ac0261e807d352714ddf77be4351c037e0ed98a0.tar.bz2 hercules-ac0261e807d352714ddf77be4351c037e0ed98a0.tar.xz hercules-ac0261e807d352714ddf77be4351c037e0ed98a0.zip |
- Rewrote pc_payzeny to not use doubles, it may more accurately prevent charging a player more zeny than they can withhold.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8072 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 13f1dd811..63012b0c7 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.
2006/08/02
+ * Rewrote pc_payzeny to not use doubles, it may more accurately prevent
+ charging a player more zeny than they can withhold. [Skotlex]
* Fixed failing to create Deadly Poison Bottles damaging 50% of your max
life instead of 25% [Skotlex]
* Added the missing status-change flags to SC_FREEZE to signal it should
|