diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-18 16:24:23 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-18 16:24:23 +0000 |
commit | 741745b5d1d832edc1f7593eee9f9ec243d9d78c (patch) | |
tree | 1e02d700fbb5f64e6b5f844e0355bb577d7fa1b3 /Changelog-Trunk.txt | |
parent | 9d7d036456ad886c3a60aa73c4db37822923bf60 (diff) | |
download | hercules-741745b5d1d832edc1f7593eee9f9ec243d9d78c.tar.gz hercules-741745b5d1d832edc1f7593eee9f9ec243d9d78c.tar.bz2 hercules-741745b5d1d832edc1f7593eee9f9ec243d9d78c.tar.xz hercules-741745b5d1d832edc1f7593eee9f9ec243d9d78c.zip |
* Bunch of intif_parse_LoadGuildStorage fixes.
- 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).
- Fixed missing GM trust check, whether or not the player is allowed to use guild storage (follow up to r3481).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14606 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9e2d86998..4e25a1f9b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,10 @@ Date Added 2010/12/18 + * 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). + - Fixed missing GM trust check, whether or not the player is allowed to use guild storage (follow up to r3481). * Fixed character storage no longer being sorted (bugreport:1982, since r12950). [Ai4rei] - Guild storage is now sorted before being displayed rather than after being saved... - Merged storage_gsortitem into storage_sortitem. |