|
@@ -22489,7 +22489,6 @@ void clif_parse_stylist_buy( int fd, struct map_session_data* sd ){
|
|
struct PACKET_CZ_REQ_STYLE_CHANGE2* p = (struct PACKET_CZ_REQ_STYLE_CHANGE2*)RFIFOP( fd, 0 );
|
|
struct PACKET_CZ_REQ_STYLE_CHANGE2* p = (struct PACKET_CZ_REQ_STYLE_CHANGE2*)RFIFOP( fd, 0 );
|
|
#else
|
|
#else
|
|
struct PACKET_CZ_REQ_STYLE_CHANGE* p = (struct PACKET_CZ_REQ_STYLE_CHANGE*)RFIFOP( fd, 0 );
|
|
struct PACKET_CZ_REQ_STYLE_CHANGE* p = (struct PACKET_CZ_REQ_STYLE_CHANGE*)RFIFOP( fd, 0 );
|
|
-#endif
|
|
|
|
#endif
|
|
#endif
|
|
if( p->HeadPalette != 0 && !clif_parse_stylist_buy_sub( sd, LOOK_HAIR_COLOR, p->HeadPalette ) ){
|
|
if( p->HeadPalette != 0 && !clif_parse_stylist_buy_sub( sd, LOOK_HAIR_COLOR, p->HeadPalette ) ){
|
|
clif_stylist_response( sd, true );
|
|
clif_stylist_response( sd, true );
|
|
@@ -22529,6 +22528,7 @@ void clif_parse_stylist_buy( int fd, struct map_session_data* sd ){
|
|
#endif
|
|
#endif
|
|
|
|
|
|
clif_stylist_response( sd, false );
|
|
clif_stylist_response( sd, false );
|
|
|
|
+#endif
|
|
}
|
|
}
|
|
|
|
|
|
void clif_parse_stylist_close( int fd, struct map_session_data* sd ){
|
|
void clif_parse_stylist_close( int fd, struct map_session_data* sd ){
|