diff --git a/src/map/pc.c b/src/map/pc.c index fda7c84ac8..277a458cb6 100755 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -8544,16 +8544,14 @@ bool pc_jobchange(struct map_session_data *sd,int job, char upper) chrif_save(sd, 0); //if you were previously famous, not anymore. - if (fame_flag) { - chrif_save(sd,0); + if (fame_flag) chrif_buildfamelist(); - } else if (sd->status.fame > 0) { + else if (sd->status.fame > 0) { //It may be that now they are famous? switch (sd->class_&MAPID_UPPERMASK) { case MAPID_BLACKSMITH: case MAPID_ALCHEMIST: case MAPID_TAEKWON: - chrif_save(sd,0); chrif_buildfamelist(); break; }