diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-18 19:43:31 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-18 19:43:31 +0000 |
commit | 3b6d997be930fd60c3e1f519f44b83aa1acbbca9 (patch) | |
tree | b34bc290a504a6d59fe193ac522784ecab260ce2 /Changelog-Trunk.txt | |
parent | f541d307ada85d57093a34ed4155fb4439258cda (diff) | |
download | hercules-3b6d997be930fd60c3e1f519f44b83aa1acbbca9.tar.gz hercules-3b6d997be930fd60c3e1f519f44b83aa1acbbca9.tar.bz2 hercules-3b6d997be930fd60c3e1f519f44b83aa1acbbca9.tar.xz hercules-3b6d997be930fd60c3e1f519f44b83aa1acbbca9.zip |
fixed mapserv crash (divide by zero in Earthquake)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12618 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 2ceb46812..8da1efe3e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -9,6 +9,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. item_avail in the shop (the real one was added in inventory). * Implemented config setting 'vending_over_max', to let people configure the behavior of vending items over the MAX_ZENY limit [ultramage] + * Fixed mapserv crash, thanks to Konard [Lupus] 2008/04/15 * Use the same code for script commands getitem & getitem2 as @item to avoid bug in bugreport:1324 (non-stackable items are stacked) [Toms] |