summaryrefslogtreecommitdiff
path: root/src/map/chrif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chrif.c')
-rw-r--r--src/map/chrif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/chrif.c b/src/map/chrif.c
index 2ba1ede84..4a37e1f1a 100644
--- a/src/map/chrif.c
+++ b/src/map/chrif.c
@@ -1155,6 +1155,8 @@ int chrif_save_scdata(struct map_session_data *sd)
struct status_change_data data;
struct TimerData *timer;
+ if (sd->state.finalsave) //Character was already saved?
+ return -1;
#ifndef TXT_ONLY
if(charsave_method) //New 'Local' save
{