From 83bbf93278328b5530ce7f0d6d5a5160148e3e1e Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 19 Aug 2008 16:00:30 +0000 Subject: * Fixed a storage saving issue with txt charserver (bugreport:2084) - caused by incorrect idb_ensure -> idb_get change (see r12950) - removed redundant account_id variable from storage data - cleaned up the very messy txt storage handling code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13093 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mmo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common') diff --git a/src/common/mmo.h b/src/common/mmo.h index 35af37d85..f497cfdc0 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -184,7 +184,6 @@ struct status_change_data { }; struct storage_data { - int account_id; // used by charserver int storage_amount; struct item items[MAX_STORAGE]; }; -- cgit v1.2.3-60-g2f50