diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 01:24:34 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 01:24:34 +0000 |
commit | 3633262bf2d8db0dd3bd51370826120371aac4a0 (patch) | |
tree | c5ae0b332226049181786cbbd3d13515d2cd2491 /Changelog-Trunk.txt | |
parent | ad74cd5605eb1d0d4e774216dd62b471a9721cbe (diff) | |
download | hercules-3633262bf2d8db0dd3bd51370826120371aac4a0.tar.gz hercules-3633262bf2d8db0dd3bd51370826120371aac4a0.tar.bz2 hercules-3633262bf2d8db0dd3bd51370826120371aac4a0.tar.xz hercules-3633262bf2d8db0dd3bd51370826120371aac4a0.zip |
- Changed status_point/skill_point to unsigned short. Adjusted the code as necessary to prevent overflows.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5762 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 4b1a1aa28..6d1ed241a 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -6,6 +6,8 @@ GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALAR 2006/03/26
+ * Changed status_point/skill_point to unsigned short. Adjusted the code as + necessary to prevent overflows. [Skotlex] * itemdb_exists and itemdb_searchname should now ignore dummy_item matches. [Skotlex] * Fixed jstrescapecpy crashing when you pass a null string to parse. [Skotlex] 2006/03/25
|