diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-26 07:44:35 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-26 07:44:35 +0000 |
commit | aa176338c5018b6fcaf24b11a68d40e77b1d2399 (patch) | |
tree | b14d5566a3d606db1afac13251fd675f475e16dc /Changelog-Trunk.txt | |
parent | 971a20bad2710c31fc90d6b85fd82a59763ee11a (diff) | |
download | hercules-aa176338c5018b6fcaf24b11a68d40e77b1d2399.tar.gz hercules-aa176338c5018b6fcaf24b11a68d40e77b1d2399.tar.bz2 hercules-aa176338c5018b6fcaf24b11a68d40e77b1d2399.tar.xz hercules-aa176338c5018b6fcaf24b11a68d40e77b1d2399.zip |
* Fixed base and job exp not getting reset on (de)leveling through commands (bugreport:85).
- Fixed level up related functions not updating client-side exp information, causing the exp percent value display random values.
- Fixed party system not getting notified of level-ups through parameter changes.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14505 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 3f10ba09e..63745b478 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,9 @@ Date Added 2010/11/26 + * Fixed base and job exp not getting reset on (de)leveling through commands (bugreport:85). [Ai4rei] + - Fixed level up related functions not updating client-side exp information, causing the exp percent value display random values. + - Fixed party system not getting notified of level-ups through parameter changes. * Fixed auto-generated statpoint table missing 3 status points (since r1107). [Ai4rei] 2010/11/25 * Too large client packets, which would otherwise cause the client to crash, are now dropped and reported (bugreport:4391). [Ai4rei] |