Kaynağa Gözat

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 ay önce
ebeveyn
işleme
2add0f0366
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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)