Overwrite real invalid timer ids

This commit is contained in:
Lemongrass3110 2022-11-30 22:47:35 +01:00
parent 39367c75f5
commit c28886ee0e

View File

@ -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;
}
}