summaryrefslogtreecommitdiff
path: root/src/map/intif.c
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-18 05:51:46 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-18 05:51:46 +0000
commitc782ab3c206324ce4e9f92939db5c218f3830476 (patch)
tree67395cf55df33f2b0612f8fe4348acb511f6c2cc /src/map/intif.c
parentb1688563811b869b03e77b9b40424c7f1a06532f (diff)
downloadhercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.gz
hercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.bz2
hercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.xz
hercules-c782ab3c206324ce4e9f92939db5c218f3830476.zip
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@601 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/intif.c')
-rw-r--r--src/map/intif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/intif.c b/src/map/intif.c
index 66428d13d..cf9d8ccee 100644
--- a/src/map/intif.c
+++ b/src/map/intif.c
@@ -731,6 +731,7 @@ int intif_parse_LoadStorage(int fd) {
if(battle_config.save_log)
printf("intif_openstorage: %d\n",RFIFOL(fd,4) );
memcpy(stor,RFIFOP(fd,8),sizeof(struct storage));
+ stor->dirty=0;
stor->storage_status=1;
sd->state.storage_flag = 0;
clif_storageitemlist(sd,stor);