diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-19 16:28:24 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-19 16:28:24 +0000 |
commit | 2bb0a3ba3259bc2db64d080ad4d450d7d9b99f74 (patch) | |
tree | ecd21447049e571b94c2375e21c4a5ab61387d73 /Changelog-Trunk.txt | |
parent | e65bb67b4b56419f1bcc4fe0579b2ede42891879 (diff) | |
download | hercules-2bb0a3ba3259bc2db64d080ad4d450d7d9b99f74.tar.gz hercules-2bb0a3ba3259bc2db64d080ad4d450d7d9b99f74.tar.bz2 hercules-2bb0a3ba3259bc2db64d080ad4d450d7d9b99f74.tar.xz hercules-2bb0a3ba3259bc2db64d080ad4d450d7d9b99f74.zip |
Set proper limits to drop rates to prevent integer overflow.
Minor details cleanup.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11043 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 db503d293..906c5a021 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ 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. 2007/08/19 + * Set proper limits to drop rates, prevents int overflow during calc * Cleaned/clarified some #include relationships between headers - TODO: pc_read_gm_account() still accessses the RFIFO directly! * Again removed the IG_ list from itemdb.h (see r10100 and r10113) |