diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-06 17:57:45 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-06 17:57:45 +0000 |
commit | 0f79342a3fe4ce80a37f6792d4154fa97c8560b0 (patch) | |
tree | 0d6da814c330c0f6aeed1fab845b95a4413c148c /Changelog-Trunk.txt | |
parent | 5ca6022c40792a839c62f370c2671d802811f383 (diff) | |
download | hercules-0f79342a3fe4ce80a37f6792d4154fa97c8560b0.tar.gz hercules-0f79342a3fe4ce80a37f6792d4154fa97c8560b0.tar.bz2 hercules-0f79342a3fe4ce80a37f6792d4154fa97c8560b0.tar.xz hercules-0f79342a3fe4ce80a37f6792d4154fa97c8560b0.zip |
- Cleaned up homunc attack request parsing. Homunculus no longer goes into auto-attack (ctrl+click) mode since the client does every attack request individually.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9805 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 356c33cc7..a5eedba06 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,10 +4,13 @@ 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. 2007/02/06 + * Cleaned up homunc attack request parsing. Homunculus no longer goes into + auto-attack (ctrl+click) mode since the client does every attack request + individually. * Fixed char-server not sending party status update when a member logs on/off. * Fixed crash when parsing guild member information change from the - char-server when the specified character is not found in the guild. + char-server if the specified character is not found in the guild. * Fixed MvP mobs giving exp when killed even if they shouldn't. 2007/02/05 * Fixed @lvup, #lvup not doing a stat reset and lowering your status points |