From 8f97d76672577004e4e8b43f68e013b80e24b6e0 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 10 Jul 2008 08:42:41 +0000 Subject: 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 --- src/common/mmo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') 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 { -- cgit v1.2.3-70-g09d2