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 /Dev/bugs.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 'Dev/bugs.txt')
-rw-r--r-- | Dev/bugs.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Dev/bugs.txt b/Dev/bugs.txt index 27c38c5b5..b47a36452 100644 --- a/Dev/bugs.txt +++ b/Dev/bugs.txt @@ -398,3 +398,10 @@ Problem: Party EXP share bug * SQL parties have been fixed in Freya (but the whole file int_party.c has been rewritten there) Assigned: N/A Progress: 0% + +Problem: Guilds Breaking + When you BREAK your guild and then someone re-creates another guild with the same Name + Then new GULD would have LEVEL, EXP, STATS of the broken guild + Probably it isn't being deleted from memory. +Assigned: N/A +Progress: 0% |