summaryrefslogtreecommitdiff
path: root/src/map/intif.c
diff options
context:
space:
mode:
authorDennis Friis <peavey@inspircd.org>2009-06-25 00:49:36 +0200
committerDennis Friis <peavey@inspircd.org>2009-06-25 01:13:21 +0200
commit9478575520ed4ee5d36c4996522171cb35aab756 (patch)
treebe316709feae5d8568dc0a07b10ed83af29b0d66 /src/map/intif.c
parent3c6a843e796541aa36008a291667bceabe00645e (diff)
downloadtmwa-9478575520ed4ee5d36c4996522171cb35aab756.tar.gz
tmwa-9478575520ed4ee5d36c4996522171cb35aab756.tar.bz2
tmwa-9478575520ed4ee5d36c4996522171cb35aab756.tar.xz
tmwa-9478575520ed4ee5d36c4996522171cb35aab756.zip
Improved storage saving, derived from ea stable.
Diffstat (limited to 'src/map/intif.c')
-rw-r--r--src/map/intif.c2
1 files changed, 1 insertions, 1 deletions
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;
}