From ef4c97fcbdd1ed0ddac2a9b8e8d2a10ed0120fe1 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 12 Jul 2006 14:31:23 +0000 Subject: - Fixed the IP value being apparently incorrectly casted before inserting into the loginlog table on "connect success" events. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7634 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/storage.c b/src/map/storage.c index 3cdeb5b42..a6bf5e026 100644 --- a/src/map/storage.c +++ b/src/map/storage.c @@ -718,8 +718,8 @@ int storage_guild_storageclose(struct map_session_data *sd) chrif_save(sd, 0); //This one also saves the storage. [Skotlex] else storage_guild_storagesave(sd->status.account_id, sd->status.guild_id,0); + stor->storage_status=0; } - stor->storage_status=0; sd->state.storage_flag = 0; return 0; -- cgit v1.2.3-70-g09d2