summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-20 20:56:08 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-20 20:56:08 +0000
commitd2b562b8242d07c6a373baaa6dce66fa85df9eb5 (patch)
treee64fde558953685647e430ce7409f909bd5a3f4e /Changelog-Trunk.txt
parentce1a84b0633abd41476d388c01d50c00aa3d99a2 (diff)
downloadhercules-d2b562b8242d07c6a373baaa6dce66fa85df9eb5.tar.gz
hercules-d2b562b8242d07c6a373baaa6dce66fa85df9eb5.tar.bz2
hercules-d2b562b8242d07c6a373baaa6dce66fa85df9eb5.tar.xz
hercules-d2b562b8242d07c6a373baaa6dce66fa85df9eb5.zip
Fixed "int format, long unsigned int arg" warning
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8391 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 7f108f2c5..ef600b7d6 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,7 @@ 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.
2006/08/20
+ * Fixed "int format, long unsigned int arg" warning [Toms]
* Fixed a warning when using cap_value(x, 0, x) on an unsigned value [Toms]
* Added clif_skill_fail for homunc to skill_castend_id & skill_castend_pos [Toms]
* Fixed homunc skill 8016 not considered as homunc skill [Toms]