summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-24 19:38:48 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-01-24 19:38:48 +0000
commit720440a9f92cfa64825c95f65df66a8ea078ec52 (patch)
tree657ab13681589871f3266f3463296af9a9171bb0 /Changelog-Trunk.txt
parent4bf5fc03a70033962b6f0703780898c97eadf6ec (diff)
downloadhercules-720440a9f92cfa64825c95f65df66a8ea078ec52.tar.gz
hercules-720440a9f92cfa64825c95f65df66a8ea078ec52.tar.bz2
hercules-720440a9f92cfa64825c95f65df66a8ea078ec52.tar.xz
hercules-720440a9f92cfa64825c95f65df66a8ea078ec52.zip
* Changed the variables of the mapcache structs to fixed size equivalents. (64bit portability issue)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13483 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 c4e8905b0..3fd448b07 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2009/01/24
+ * Changed the variables of the mapcache structs to fixed size equivalents.
* Changed all uses of struct skill_unit_group* to group_id in status_change_entry's. [FlavioJS]
2009/01/23
* Changed npc_get_new_npc_id to ensure that it never returns invalid/used ids. [FlavioJS]