diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-20 13:53:28 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-20 13:53:28 +0000 |
commit | 531b0e718a49f4dda99e45aa0c985bc396d88b2f (patch) | |
tree | 7896f034ec40ce1e25ebe69cac46d018885da715 /Changelog-Trunk.txt | |
parent | 0d1b0c7063bf15d4f9da1f5d442696571d76f2ec (diff) | |
download | hercules-531b0e718a49f4dda99e45aa0c985bc396d88b2f.tar.gz hercules-531b0e718a49f4dda99e45aa0c985bc396d88b2f.tar.bz2 hercules-531b0e718a49f4dda99e45aa0c985bc396d88b2f.tar.xz hercules-531b0e718a49f4dda99e45aa0c985bc396d88b2f.zip |
Fixed pc_statusup2 to correctly update the client's stat window
- was sending the increment value instead of the new value itself (bugreport:2614)
- wasn't refreshing the increase cost indicator (bugreport:2644)
- wasn't handling stats above 255 correctly
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13460 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4e5bb8b50..d0aeb8fb6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ 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. +2009/01/20 + * Fixed pc_statusup2 to correctly update the client's stat window [ultramage] 2009/01/15 * Updated script_commands.txt with the book reading command. [SketchyPhoenix] * Added/reworded/removed comments out of r13450 |