diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-06 18:38:08 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-04-06 18:38:08 +0000 |
commit | 3336e16f8df0e8e3634275416b77121628c81b35 (patch) | |
tree | 814427f24ec28882da95a3cc52e6dbfcd5539c68 /Changelog-Trunk.txt | |
parent | 5761fd23ff5523642dc8b24a80316b17c90535e9 (diff) | |
download | hercules-3336e16f8df0e8e3634275416b77121628c81b35.tar.gz hercules-3336e16f8df0e8e3634275416b77121628c81b35.tar.bz2 hercules-3336e16f8df0e8e3634275416b77121628c81b35.tar.xz hercules-3336e16f8df0e8e3634275416b77121628c81b35.zip |
* Resolved some pc_setparam issues.
- Fixed HP/MaxHP/SP/MaxSP could be set to arbitrary values, thus disregarding configuration limits and causing client crashes on certain conditions (bugreport:4177).
- Fixed HP/SP not getting adjusted to MaxHP/MaxSP respectively, when the max. value is reduced below the value of the cur. value.
- Fixed STR/AGI/VIT/INT/DEX/LUK values could be set beyond character's max. stat limit.
- Fixed Gender not being limited to male/female.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14774 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4d8590207..ae006de4f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,11 @@ Date Added 2011/04/06 + * Resolved some pc_setparam issues. [Ai4rei] + - Fixed HP/MaxHP/SP/MaxSP could be set to arbitrary values, thus disregarding configuration limits and causing client crashes on certain conditions (bugreport:4177). + - Fixed HP/SP not getting adjusted to MaxHP/MaxSP respectively, when the max. value is reduced below the value of the cur. value. + - Fixed STR/AGI/VIT/INT/DEX/LUK values could be set beyond character's max. stat limit. + - Fixed Gender not being limited to male/female. * Fixed script command 'warpwaitingpc' not checking, whether or not the player still has required amount of Zeny (since r14765). [Ai4rei] - Fixed warping through 'warpwaitingpc' to savepoint would take the fee twice ( missing {} ). - Fixed random warping through 'warpwaitingpc' would not take away fee Zeny at all. |