diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-01-24 01:13:48 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-01-24 01:13:48 +0000 |
commit | c0896d581a8c46fee940eee571c233441a4e78c4 (patch) | |
tree | b567f4bff97542a60a1409cdb30570751c6d26fe /Changelog-Trunk.txt | |
parent | 79d969881af897a623a87c3c9cde0da709aa3aa8 (diff) | |
download | hercules-c0896d581a8c46fee940eee571c233441a4e78c4.tar.gz hercules-c0896d581a8c46fee940eee571c233441a4e78c4.tar.bz2 hercules-c0896d581a8c46fee940eee571c233441a4e78c4.tar.xz hercules-c0896d581a8c46fee940eee571c233441a4e78c4.zip |
Prevented pc_skill with a value of 2 for 'flag' from granting a skill level that surpasses MAX_SKILL_LEVEL. (bugreport:4022)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14225 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 0bb9877ad..accbd5344 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. +2010/01/23 + * Prevented pc_skill with a value of 2 for 'flag' from granting a skill level that surpasses MAX_SKILL_LEVEL. (bugreport:4022) [Paradox924X] 2010/01/19 * Snatch should warp you anyway even if the target died. [Inkfish] * Snatch now checks the distance between source and target in case it kills the target and then warps the respawned one. [Inkfish] |