diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-30 21:57:42 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-30 21:57:42 +0000 |
commit | 41d6c04de583963eb404739d66501546e96c838b (patch) | |
tree | 898726607729eb29c7d6d567bc7e4fca14feff4f /Changelog-Trunk.txt | |
parent | 3bfffae6e19de6b318c53252346f1b51f7b246d5 (diff) | |
download | hercules-41d6c04de583963eb404739d66501546e96c838b.tar.gz hercules-41d6c04de583963eb404739d66501546e96c838b.tar.bz2 hercules-41d6c04de583963eb404739d66501546e96c838b.tar.xz hercules-41d6c04de583963eb404739d66501546e96c838b.zip |
* Fixed class being used instead of idx in status_readdb_job2 (bugreport:4597, since r14526).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14530 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 4120a872d..e1a7464d3 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2010/11/30 + * 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). * Resolved missing script documentation (bugreport:4578). [Ai4rei] |