summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-22 21:24:40 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-12-22 21:24:40 +0000
commit4161c99f71fbd824163356c642731f7599c291e2 (patch)
treef4098c0066600ad4ab860ce42e0ac8c439ce142a /Changelog-Trunk.txt
parent66be3d8e66260ca148d768b887695729ded98abb (diff)
downloadhercules-4161c99f71fbd824163356c642731f7599c291e2.tar.gz
hercules-4161c99f71fbd824163356c642731f7599c291e2.tar.bz2
hercules-4161c99f71fbd824163356c642731f7599c291e2.tar.xz
hercules-4161c99f71fbd824163356c642731f7599c291e2.zip
Fixed droprate overflows when going over rate 2000x
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11966 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 7d51c461a..ef0b28bd4 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/12/22
+ * Fixed droprate overflows when going over rate 2000x [ultramage]
* Corrected mob spawn utilization of the delay1/delay2 values (one is
respawn delay base, the second is random variance added on top of it).
Cleaned up related code. [Skotlex]