diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-23 21:24:46 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-23 21:24:46 +0000 |
commit | c88e266dbc7745b9554f9a8c11357fc046c101b5 (patch) | |
tree | 4b5e0fac2bb46ca7a2f808b706d2d55fa8e32c5c /src/map/map.c | |
parent | 12b315593cc7f49afc3a1892e930f899deed4486 (diff) | |
download | hercules-c88e266dbc7745b9554f9a8c11357fc046c101b5.tar.gz hercules-c88e266dbc7745b9554f9a8c11357fc046c101b5.tar.bz2 hercules-c88e266dbc7745b9554f9a8c11357fc046c101b5.tar.xz hercules-c88e266dbc7745b9554f9a8c11357fc046c101b5.zip |
Save storage one last time for good measure
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@761 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index f9d14ac50..0150926d7 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1032,6 +1032,7 @@ int map_quit(struct map_session_data *sd) { pc_makesavestatus(sd); chrif_save(sd); + storage_storage_dirty(sd); storage_storage_save(sd); //double connect bug fix by Valaris |