diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-18 16:40:53 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-18 16:40:53 +0000 |
commit | 3ecdb6300d0a41a4f91ef6ce302ee7f92768ee77 (patch) | |
tree | 5b59e0fc87720ab3cff9ebfe26c353b56866fc67 /Changelog-Trunk.txt | |
parent | 741745b5d1d832edc1f7593eee9f9ec243d9d78c (diff) | |
download | hercules-3ecdb6300d0a41a4f91ef6ce302ee7f92768ee77.tar.gz hercules-3ecdb6300d0a41a4f91ef6ce302ee7f92768ee77.tar.bz2 hercules-3ecdb6300d0a41a4f91ef6ce302ee7f92768ee77.tar.xz hercules-3ecdb6300d0a41a4f91ef6ce302ee7f92768ee77.zip |
* Renamed item array in 'struct guild_storage' from 'storage_' to 'items' to match 'struct storage_data' (related r12933).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14607 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 4e25a1f9b..818b00228 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 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] - Fixed guild storage not being sorted, when the storage had to be requested first (follow up to r14605). - Fixed missing check, whether or not the character has already an open storage (follow up to r4562). |