summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-09 23:23:43 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-09 23:23:43 +0000
commit2e6b60b75297768f421f26a251491ab0e80dc30c (patch)
tree6f0592df18ced3dcd1cf5d812c226bf25bd7b06b /Changelog-Trunk.txt
parentc26870103f6031b315bdc1a4553f5cc47bb43ef0 (diff)
downloadhercules-2e6b60b75297768f421f26a251491ab0e80dc30c.tar.gz
hercules-2e6b60b75297768f421f26a251491ab0e80dc30c.tar.bz2
hercules-2e6b60b75297768f421f26a251491ab0e80dc30c.tar.xz
hercules-2e6b60b75297768f421f26a251491ab0e80dc30c.zip
- Fixed a bug in the pc_skillreset function.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5543 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 03e5291bc..4856fe0e0 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/09
+ * Fixed a bug in the pc_skillreset function which allowed TK rankers to
+ accumulate skill points. [Skotlex]
* Fixed a major memory leak in status.c causing the last column of job_db1.txt
never being read. I have no idea how long this has been there, but signs point
to us using Katars at a random ASPD from somewhere in memory for ages. [blackhole89]