summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-19 15:21:46 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-19 15:21:46 +0000
commit6a24f13aaf9b20a63efcb21e4f42d37af955ace7 (patch)
tree0d3206ccdef499bd2ed045636f864ac541901f0b /Changelog-Trunk.txt
parent3ecdb6300d0a41a4f91ef6ce302ee7f92768ee77 (diff)
downloadhercules-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.txt3
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]