diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-06 18:20:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-04-07 22:40:03 +0300 |
commit | e610e222c57c1268fce72bc9578b42f655c18545 (patch) | |
tree | 3954ed57ab46f4e403d83215822d6ca4a9e24189 /src/map/clif.h | |
parent | 7ae24dade4167ed76a62905d8f96280ceeee5e52 (diff) | |
download | hercules-e610e222c57c1268fce72bc9578b42f655c18545.tar.gz hercules-e610e222c57c1268fce72bc9578b42f655c18545.tar.bz2 hercules-e610e222c57c1268fce72bc9578b42f655c18545.tar.xz hercules-e610e222c57c1268fce72bc9578b42f655c18545.zip |
Add packet CZ_STYLE_CLOSE
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 55f7906c3..367e28449 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -1566,6 +1566,7 @@ struct clif_interface { void (*pReqStyleChange) (int fd, struct map_session_data *sd); void (*pReqStyleChange2) (int fd, struct map_session_data *sd); + void (*pStyleClose) (int fd, struct map_session_data *sd); void (*style_change_response) (struct map_session_data *sd, enum stylist_shop flag); void (*pPetEvolution) (int fd, struct map_session_data *sd); void (*petEvolutionResult) (int fd, enum pet_evolution_result result); |