summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-18 16:40:53 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-18 16:40:53 +0000
commit3ecdb6300d0a41a4f91ef6ce302ee7f92768ee77 (patch)
tree5b59e0fc87720ab3cff9ebfe26c353b56866fc67 /src/common/mmo.h
parent741745b5d1d832edc1f7593eee9f9ec243d9d78c (diff)
downloadhercules-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 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 994a1d6a2..92adf8af0 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -238,7 +238,7 @@ struct guild_storage {
int guild_id;
short storage_status;
short storage_amount;
- struct item storage_[MAX_GUILD_STORAGE];
+ struct item items[MAX_GUILD_STORAGE];
};
struct s_pet {