diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-20 14:11:43 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-20 14:11:43 +0000 |
commit | ce070c5d8303a15fec032721e0163bdce4e84c33 (patch) | |
tree | 8fe5d38dec3a05af1c2e82571318d76e78d754fe /Dev | |
parent | 3d791e7ca59391cab1fb2054fd97b221fce3bb99 (diff) | |
download | hercules-ce070c5d8303a15fec032721e0163bdce4e84c33.tar.gz hercules-ce070c5d8303a15fec032721e0163bdce4e84c33.tar.bz2 hercules-ce070c5d8303a15fec032721e0163bdce4e84c33.tar.xz hercules-ce070c5d8303a15fec032721e0163bdce4e84c33.zip |
* Added skill requirements for the new guild skills
* Allow Emergency Recall to be cast in guild castles
* Add 'minimum job level required' for skill_tree reading
- Berserk now requires job level 50
* Added Spring Trap to be able to trigger ankle snare traps that aren't activated yet
* Added a fix in guild.c by Mellowz
* Some rewrites on the pet skill bonuses system
* Check whether a monster is still alive before starting a status change
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1142 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Dev')
-rw-r--r-- | Dev/bugs.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Dev/bugs.txt b/Dev/bugs.txt index fd78d145a..1f0e9b5b2 100644 --- a/Dev/bugs.txt +++ b/Dev/bugs.txt @@ -265,7 +265,9 @@ Progress: 0% Problem: 'Adrenaline Rush' has to work with any weapon again (for whole party) according to the kRO Sak patch on 21/12 Assigned: N/A -Progress: 0% +Progress: N/A +Notes: "Fixed Adrenaline Rush skill working for all weapon types again." + I think it was supposed to not work with all weapons ^^; Problem: [Urgent!] Server doesn't save Variables (#global and global) If you exit the client with Alt-F4 or lose connection to the server. |