diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index 52b2b261eb..a002b777d2 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -344,6 +344,9 @@ int chrif_save(struct map_session_data *sd, int flag) { delete_timer( sd->goldpc_tid, pc_goldpc_update ); sd->goldpc_tid = INVALID_TIMER; } + }else{ + // Invalid timer anyway + sd->goldpc_tid = INVALID_TIMER; } }