소스 검색

Fixed robe display (#9193)

Robes are not being copied correctly from the data saved by the char-server into the map_session_data.

Fixes #9181

Thanks to @krad309
Lemongrass3110 1 개월 전
부모
커밋
2add0f0366
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/map/status.cpp

+ 1 - 0
src/map/status.cpp

@@ -9376,6 +9376,7 @@ void status_set_viewdata(struct block_list *bl, int32 class_)
 				sd->vd.cloth_color = cap_value(sd->status.clothes_color, MIN_CLOTH_COLOR, MAX_CLOTH_COLOR);
 				sd->vd.body_style = cap_value(sd->status.body, MIN_BODY_STYLE, MAX_BODY_STYLE);
 				sd->vd.sex = sd->status.sex;
+				sd->vd.robe = sd->status.robe;
 
 				if (sd->vd.cloth_color) {
 					if(sd->sc.option&OPTION_WEDDING && battle_config.wedding_ignorepalette)