diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 19:22:14 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-30 19:22:14 +0000 |
commit | de96c0071f2e9a2c0a97dca96a34620b9ca0473b (patch) | |
tree | c0bacc3619365871733c833e28b4fb60959ea78c /Changelog-Trunk.txt | |
parent | 552a4f2ca3c8691a65b254e65c6512e6eb6ddaef (diff) | |
download | hercules-de96c0071f2e9a2c0a97dca96a34620b9ca0473b.tar.gz hercules-de96c0071f2e9a2c0a97dca96a34620b9ca0473b.tar.bz2 hercules-de96c0071f2e9a2c0a97dca96a34620b9ca0473b.tar.xz hercules-de96c0071f2e9a2c0a97dca96a34620b9ca0473b.zip |
* [Fixed]:
- signed/usigned problem in sprintf and fscanf @ mercenary.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6858 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 7ffc525bb..7b01686ab 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/05/30
+ * [Fixed]:
+ - signed/usigned problem in sprintf and fscanf @ mercenary.c [Lance]
* Rewrote/cleaned up @petfriendly. [Skotlex]
* Cleaned up final part of status_calc_pc (flags 2/4 do not exist) [Skotlex]
* Updated attr_fix_table reading code to account for ELE_MAX (will
|