summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-10 15:07:13 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-10 15:07:13 +0000
commit3108cdeb7d331b967f6ef394ffd5543767ecb3d9 (patch)
tree314a34233e414d3202925ca79a37cbaa41d51698 /Changelog-Trunk.txt
parentb7a0d413a1a4622e8ad745c210e735bd24c8ee3f (diff)
downloadhercules-3108cdeb7d331b967f6ef394ffd5543767ecb3d9.tar.gz
hercules-3108cdeb7d331b967f6ef394ffd5543767ecb3d9.tar.bz2
hercules-3108cdeb7d331b967f6ef394ffd5543767ecb3d9.tar.xz
hercules-3108cdeb7d331b967f6ef394ffd5543767ecb3d9.zip
- Cleaned-up the random item reading routine. Fixed a overflow bug when one of the files has too many random items.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5560 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index c62ac3e2c..19e50377f 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/10
+ * Fixed a overflow bug when one of the item_random* files has too many
+ random items. [Skotlex]
* Fixed a variable loopback problem on NPC shop price checking routine. [Lance]
* Fixed a memory overwrite crash on pc_readdb, thanks to foobar for the
fix. [Skotlex]