summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-07-25 03:25:54 +0200
committerGitHub <noreply@github.com>2018-07-25 03:25:54 +0200
commita57601ad534481e29e4d9746c0442a780e13ba7e (patch)
tree8dd7ceb9939d142eda50e7482370b221d76c8b46 /src/map/packets_struct.h
parented988911d28ddfa64e1340389a818e94785f2cba (diff)
parentf1ce1f48d541b8b574d2fbc2bc03ea92e816d71e (diff)
downloadhercules-a57601ad534481e29e4d9746c0442a780e13ba7e.tar.gz
hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.tar.bz2
hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.tar.xz
hercules-a57601ad534481e29e4d9746c0442a780e13ba7e.zip
Merge pull request #2138 from Asheraf/stylistupdate
Add support for bodystyle in stylist shop ui
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index 9ae99afda..e8207d29c 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -1864,6 +1864,9 @@ struct PACKET_CZ_REQ_STYLE_CHANGE {
int16 TopAccessory;
int16 MidAccessory;
int16 BottomAccessory;
+#if PACKETVER_RE_NUM >= 20180718
+ int16 BodyStyle;
+#endif
} __attribute__((packed));
struct PACKET_ZC_STYLE_CHANGE_RES {