diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-19 15:21:46 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-19 15:21:46 +0000 |
commit | 6a24f13aaf9b20a63efcb21e4f42d37af955ace7 (patch) | |
tree | 0d3206ccdef499bd2ed045636f864ac541901f0b /Changelog-Trunk.txt | |
parent | 3ecdb6300d0a41a4f91ef6ce302ee7f92768ee77 (diff) | |
download | hercules-6a24f13aaf9b20a63efcb21e4f42d37af955ace7.tar.gz hercules-6a24f13aaf9b20a63efcb21e4f42d37af955ace7.tar.bz2 hercules-6a24f13aaf9b20a63efcb21e4f42d37af955ace7.tar.xz hercules-6a24f13aaf9b20a63efcb21e4f42d37af955ace7.zip |
* Replaced maximum script array size literals with a define (constant).
- Fixed an off-by-one mistake in copyarray, allowing to copy 1 element more into the target array, than allowed (since r10813).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14608 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 818b00228..3a5ca5767 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,8 @@ Date Added +2010/12/19 + * Replaced maximum script array size literals with a define (constant). [Ai4rei] + - Fixed an off-by-one mistake in copyarray, allowing to copy 1 element more into the target array, than allowed (since r10813). 2010/12/18 * Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to match 'struct storage_data' (related r12933). [Ai4rei] * Bunch of intif_parse_LoadGuildStorage fixes. [Ai4rei] |