From 98854fb7d9b029157c5fd02701763301923cfc61 Mon Sep 17 00:00:00 2001 From: Lance Date: Mon, 29 May 2006 10:12:26 +0000 Subject: [Optimized ] Removed unused variable (account_id) in storage_guild_storagesaved. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6815 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/intif.c') diff --git a/src/map/intif.c b/src/map/intif.c index 0046d0c0c..926d03335 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1003,7 +1003,7 @@ int intif_parse_SaveGuildStorage(int fd) if(battle_config.save_log) { ShowInfo("intif_save_guild_storage: done %d %d %d\n",RFIFOL(fd,2),RFIFOL(fd,6),RFIFOB(fd,10) ); } - storage_guild_storagesaved(RFIFOL(fd,2), RFIFOL(fd,6)); + storage_guild_storagesaved(/*RFIFOL(fd,2), */RFIFOL(fd,6)); return 0; } -- cgit v1.2.3-70-g09d2