summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index befbce5f8..50e97249e 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -6858,7 +6858,7 @@ static int pc_autosave_sub(DBKey key,void * data,va_list app)
{
struct map_session_data *sd = (TBL_PC*)data;
- if(sd->bl.id == last_save_id) {
+ if(sd->bl.id == last_save_id && save_flag != 1) {
save_flag = 1;
return 1;
}