summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-19 16:28:24 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-19 16:28:24 +0000
commit2bb0a3ba3259bc2db64d080ad4d450d7d9b99f74 (patch)
treeecd21447049e571b94c2375e21c4a5ab61387d73 /Changelog-Trunk.txt
parente65bb67b4b56419f1bcc4fe0579b2ede42891879 (diff)
downloadhercules-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.txt1
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)