diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-12 11:10:46 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-12 11:10:46 +0000 |
commit | 2658339a3679ff5e495adf83d59136d20ed82d66 (patch) | |
tree | 6cb2d4b881d8f268a8843568beee8f3331425a5f /Changelog-SVN.txt | |
parent | c8745227f8cead250ccb8af5e932fa696b352cfc (diff) | |
download | hercules-2658339a3679ff5e495adf83d59136d20ed82d66.tar.gz hercules-2658339a3679ff5e495adf83d59136d20ed82d66.tar.bz2 hercules-2658339a3679ff5e495adf83d59136d20ed82d66.tar.xz hercules-2658339a3679ff5e495adf83d59136d20ed82d66.zip |
* Fixed usage of mvp_hp_rate and monster_hp_rate. MVP rate was used for common monsters [Lupus]
* Added additional random respawn delay for instant respawning monsters (0..5 seconds) [Lupus]
- Should be made as an option of battle_athena.conf
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1225 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r-- | Changelog-SVN.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index fab76fc5b..9ddb4c563 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,5 +1,9 @@ Date Added +03/12 + * Fixed usage of mvp_hp_rate and monster_hp_rate. MVP rate was used for common monsters [Lupus] + * Added additional random respawn delay for instant respawning monsters (0..5 seconds) [Lupus] + - Should be made as an option of battle_athena.conf 03/11 * Fixed "--en/ja--" usage in 'monster' script not working properly, thanks to sbilly [celest] |