From 81fe0ffc594681ce2fe497b6e23bcc9005ec87b9 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 13 Jul 2006 16:33:44 +0000 Subject: - Fixed @storeall and @charstoreall failing when the target character already had the storage open. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7656 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/storage.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/map/storage.c') diff --git a/src/map/storage.c b/src/map/storage.c index a6bf5e026..4b2dff0ed 100644 --- a/src/map/storage.c +++ b/src/map/storage.c @@ -118,7 +118,10 @@ int storage_delete(int account_id) } /*========================================== - * カプラ倉庫を開く + * Opens a storage. Returns: + * 0 - success + * 1 - fail + * 2 - Storage requested from char-server (will open automatically later) *------------------------------------------ */ int storage_storageopen(struct map_session_data *sd) @@ -141,7 +144,7 @@ int storage_storageopen(struct map_session_data *sd) if((stor = idb_get(storage_db,sd->status.account_id)) == NULL) { //Request storage. intif_request_storage(sd->status.account_id); - return 1; + return 2; } if (stor->storage_status) -- cgit v1.2.3-70-g09d2