summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-30 22:18:30 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-30 22:18:30 +0000
commit73ba9e032adaf71bc4603b33e4448cb1db6f676c (patch)
tree7c628089651bf2dd2d42b84260880055fb50de3f /Changelog-Trunk.txt
parent41d6c04de583963eb404739d66501546e96c838b (diff)
downloadhercules-73ba9e032adaf71bc4603b33e4448cb1db6f676c.tar.gz
hercules-73ba9e032adaf71bc4603b33e4448cb1db6f676c.tar.bz2
hercules-73ba9e032adaf71bc4603b33e4448cb1db6f676c.tar.xz
hercules-73ba9e032adaf71bc4603b33e4448cb1db6f676c.zip
* Fixed out-of-bound access to percentrefinery array causing refine bonuses stop working (bugreport:4598, since r14526).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14531 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 e1a7464d3..a82c786be 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/11/30
+ * Fixed out-of-bound access to percentrefinery array causing refine bonuses stop working (bugreport:4598, since r14526). [Ai4rei]
* Fixed class being used instead of idx in status_readdb_job2 (bugreport:4597, since r14526). [Ai4rei]
* Moved function 'exists' (file presense check) to utils.c, so that it is available to code outside of lock.c [Ai4rei]
- Fixed associated F_OK and R_OK defines causing 'already defined' warnings on MinGW (since r1361).