From 9478575520ed4ee5d36c4996522171cb35aab756 Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Thu, 25 Jun 2009 00:49:36 +0200 Subject: Improved storage saving, derived from ea stable. --- 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 7f3eafc..228af46 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -676,7 +676,7 @@ int intif_parse_SaveGuildStorage(int fd) if(battle_config.save_log) { printf("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