From d90b9f6768e9e33efc97d769f24fe0315da683ac Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 31 Jan 2006 18:22:14 +0000 Subject: - Fixed skill_check_cloak to use the current skill level of the cloaking skill and not pc_checkskill() to know if a cloaker away from a wall should be uncloaked. - Likely fixed opening guild storage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5146 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/storage.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/map/storage.c') diff --git a/src/map/storage.c b/src/map/storage.c index b90d2d306..db5f097ee 100644 --- a/src/map/storage.c +++ b/src/map/storage.c @@ -464,11 +464,8 @@ int storage_guild_storageopen(struct map_session_data *sd) clif_updateguildstorageamount(sd,gstor); return 0; } - else { - gstor = guild2storage(sd->status.guild_id); - gstor->storage_status = 1; + else intif_request_guild_storage(sd->status.account_id,sd->status.guild_id); - } return 0; } -- cgit v1.2.3-70-g09d2