diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-06 17:17:26 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-06 17:17:26 +0000 |
commit | 5ca6022c40792a839c62f370c2671d802811f383 (patch) | |
tree | d6763838a3857857368fe0e7a82ee046e2d34ad2 /Changelog-Trunk.txt | |
parent | fe759b1f276fc8f904da206717a278fefa9a7a17 (diff) | |
download | hercules-5ca6022c40792a839c62f370c2671d802811f383.tar.gz hercules-5ca6022c40792a839c62f370c2671d802811f383.tar.bz2 hercules-5ca6022c40792a839c62f370c2671d802811f383.tar.xz hercules-5ca6022c40792a839c62f370c2671d802811f383.zip |
- 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.
- Fixed MvP mobs giving exp when killed even if they shouldn't
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9802 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 715d2e96b..356c33cc7 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ 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. +2007/02/06 + * 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. + * 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 if you had 0 status points at that time. |