diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 1310743..e0b4c89 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5763,11 +5763,7 @@ int pc_changelook(struct map_session_data *sd,int type,int val) case LOOK_SHOES: break; } - - if (type == LOOK_HAIR || type == LOOK_HAIR_COLOR) - clif_changehair(&sd->bl,sd->status.hair,sd->status.hair_color); - else - clif_changelook(&sd->bl,type,val); + clif_changelook(&sd->bl,type,val); return 0; } |