summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-08-04 21:02:36 +0300
committerAndrei Karas <akaras@inbox.ru>2018-08-22 06:33:28 +0300
commite73bc865155c275994d24a87e54b7e5ae327493d (patch)
treec090791876d40e567622d20e2761206d91905558 /src/map/clif.h
parent742947960df6c2d1fc7ba8c2859b42966e9d22b7 (diff)
downloadhercules-e73bc865155c275994d24a87e54b7e5ae327493d.tar.gz
hercules-e73bc865155c275994d24a87e54b7e5ae327493d.tar.bz2
hercules-e73bc865155c275994d24a87e54b7e5ae327493d.tar.xz
hercules-e73bc865155c275994d24a87e54b7e5ae327493d.zip
Split packet CZ_REQ_STYLE_CHANGE to CZ_REQ_STYLE_CHANGE and CZ_REQ_STYLE_CHANGE2.
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 3ed9b96ae..406c6ca6a 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -1514,6 +1514,7 @@ struct clif_interface {
bool (*style_change_validate_requirements) (struct map_session_data *sd, int type, int16 idx);
void (*stylist_send_rodexitem) (struct map_session_data *sd, int itemid);
void (*pReqStyleChange) (int fd, struct map_session_data *sd);
+ void (*pReqStyleChange2) (int fd, struct map_session_data *sd);
void (*cz_req_style_change_sub) (struct map_session_data *sd, int type, int16 idx, bool isitem);
void (*style_change_response) (struct map_session_data *sd, enum stylist_shop flag);
void (*pPetEvolution) (int fd, struct map_session_data *sd);