From 3ecdb6300d0a41a4f91ef6ce302ee7f92768ee77 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sat, 18 Dec 2010 16:40:53 +0000 Subject: * 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 --- 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 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 { -- cgit v1.2.3-70-g09d2