diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-20 20:39:56 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-20 20:39:56 +0000 |
commit | 662e132e55d4483ab2bb84087b8f7d9908bf504b (patch) | |
tree | 94325ab6f0e144074ca0cadcb725c5f7ad3bcd10 /Changelog-Trunk.txt | |
parent | 4a440b794f190b5feed86f7c21fd02133164b1f6 (diff) | |
download | hercules-662e132e55d4483ab2bb84087b8f7d9908bf504b.tar.gz hercules-662e132e55d4483ab2bb84087b8f7d9908bf504b.tar.bz2 hercules-662e132e55d4483ab2bb84087b8f7d9908bf504b.tar.xz hercules-662e132e55d4483ab2bb84087b8f7d9908bf504b.zip |
Fixed a warning when using cap_value(x, 0, x) on an unsigned value
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8388 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7a109ab32..7f108f2c5 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 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]
* @useskill will now cause your homun to use the skill instead of you if
|