diff options
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index b4025a09a..807cab66d 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -5090,7 +5090,7 @@ void status_set_viewdata(struct block_list *bl, int class_) sd->vd.head_mid = sd->status.head_mid; sd->vd.head_bottom = sd->status.head_bottom; sd->vd.hair_style = cap_value(sd->status.hair,0,battle_config.max_hair_style); - sd->vd.hair_color = cap_value(sd->status.hair,0,battle_config.max_hair_color); + sd->vd.hair_color = cap_value(sd->status.hair_color,0,battle_config.max_hair_color); sd->vd.cloth_color = cap_value(sd->status.clothes_color,0,battle_config.max_cloth_color); sd->vd.sex = sd->status.sex; } else if (vd) |