diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 23:10:27 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 23:10:27 +0000 |
commit | 48b0ecb47ab3a8a59f881fba26ee3a4ee10095e8 (patch) | |
tree | 4fcd9c9605b987d1d32366d9f54fa1b0cc617b5f /Changelog-Trunk.txt | |
parent | 411161fcd972c22db5df40dce515ae1797853fe3 (diff) | |
download | hercules-48b0ecb47ab3a8a59f881fba26ee3a4ee10095e8.tar.gz hercules-48b0ecb47ab3a8a59f881fba26ee3a4ee10095e8.tar.bz2 hercules-48b0ecb47ab3a8a59f881fba26ee3a4ee10095e8.tar.xz hercules-48b0ecb47ab3a8a59f881fba26ee3a4ee10095e8.zip |
- Fixed status_damage not setting your HP to 0 when you died T.T
- Fixed the pcbonus2 warnings using the wrong value before printing the invalid Element error.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6864 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index c22424f9b..b8ab706b9 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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/05/30
+ * Fixed status_damage not setting your HP to 0 when you died [Skotlex]
+ * Fixed the pcbonus2 warnings using the wrong value before printing the
+ invalid Element error. [Skotlex]
* Fixed underflow issues when calculating dmotion. [Skotlex]
* Fixed Absorb Spirit Spheres [Skotlex]
* Added battle_config min_chat_delay (default 0, battle/client.conf)
|