summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorcodemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 10:20:26 +0000
committercodemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 10:20:26 +0000
commit97f98af43fec1283e80260da284a31fa0e67572f (patch)
treed7ab3b2534a2b4314b211d48358d40dbc137cf50 /Changelog-Trunk.txt
parent6441bc7fe9d6f9f70bba90258cf753ebf92dc7e5 (diff)
downloadhercules-97f98af43fec1283e80260da284a31fa0e67572f.tar.gz
hercules-97f98af43fec1283e80260da284a31fa0e67572f.tar.bz2
hercules-97f98af43fec1283e80260da284a31fa0e67572f.tar.xz
hercules-97f98af43fec1283e80260da284a31fa0e67572f.zip
Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5766 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index ed34bd94c..80f913774 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -6,6 +6,7 @@ GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALAR
2006/03/26
+ * Fixed a problem in chrif.c where USHRT_MAX was undefined. [Codemaster]
* Added jAthena's new start and athena-start shell scripts. [Lance]
* Changed status_point/skill_point to unsigned short. Adjusted the code as
necessary to prevent overflows. [Skotlex]