diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-23 10:38:01 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-11-23 10:38:01 +0000 |
commit | a935d9d4351bf7d377cd37f43bbb17df48a15696 (patch) | |
tree | e4c6e561d18ed65d01b7db63dae75db6a74a215a /Changelog-Trunk.txt | |
parent | aeb23bf2a627bcf6e31650d59823af2948366af5 (diff) | |
download | hercules-a935d9d4351bf7d377cd37f43bbb17df48a15696.tar.gz hercules-a935d9d4351bf7d377cd37f43bbb17df48a15696.tar.bz2 hercules-a935d9d4351bf7d377cd37f43bbb17df48a15696.tar.xz hercules-a935d9d4351bf7d377cd37f43bbb17df48a15696.zip |
* Fixed player keeps bleeding when dead.
- if battle_config.invincible_nodamage is true, reflected damage to targets in invincible status is now 1.
* Fixed a script typo i made when i was fixing a typo...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14164 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 f5e262954..c12dfe842 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2009/11/23 + * Fixed player keeps bleeding when dead. [Inkfish] + - If battle_config.invincible_nodamage is true, reflected damage to targets in invincible status is now 1. 2009/11/22 * Added 'ipban_cleanup_interval' option which determines how often expired IP bans are cleaned from the database. (bugreport:3734) [Paradox924X] * Modified ipban_check() to only include ipbans that haven't already expired. (bugreport:3734) [Paradox924X] |