Overwrite real invalid timer ids
This commit is contained in:
parent
39367c75f5
commit
c28886ee0e
@ -344,6 +344,9 @@ int chrif_save(struct map_session_data *sd, int flag) {
|
|||||||
delete_timer( sd->goldpc_tid, pc_goldpc_update );
|
delete_timer( sd->goldpc_tid, pc_goldpc_update );
|
||||||
sd->goldpc_tid = INVALID_TIMER;
|
sd->goldpc_tid = INVALID_TIMER;
|
||||||
}
|
}
|
||||||
|
}else{
|
||||||
|
// Invalid timer anyway
|
||||||
|
sd->goldpc_tid = INVALID_TIMER;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user