summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-10 08:42:41 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-07-10 08:42:41 +0000
commit8f97d76672577004e4e8b43f68e013b80e24b6e0 (patch)
tree58b2c5d6931e46b81b93fd8b3a6f7d7db9fe4364 /src/common/mmo.h
parentff07e78eefa511c7ae363a00bf9fbc761240552e (diff)
downloadhercules-8f97d76672577004e4e8b43f68e013b80e24b6e0.tar.gz
hercules-8f97d76672577004e4e8b43f68e013b80e24b6e0.tar.bz2
hercules-8f97d76672577004e4e8b43f68e013b80e24b6e0.tar.xz
hercules-8f97d76672577004e4e8b43f68e013b80e24b6e0.zip
Renamed 'storage_' to 'items' in the storage_data structure.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12933 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 f9727a223..61cd6266c 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -334,7 +334,7 @@ struct storage_data {
int account_id;
short storage_status;
short storage_amount;
- struct item storage_[MAX_STORAGE];
+ struct item items[MAX_STORAGE];
};
struct guild_storage {