diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-07-19 03:25:45 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-07-19 05:37:49 +0100 |
commit | b4a5462cb762d03273b054708fe3378f6d82ede3 (patch) | |
tree | 53f652ef56a27ac305c4b9fce9bd9b609de163f3 /src/map/packets_struct.h | |
parent | 15fa09b8754c3c77b636a4f1466cb8fca0e690f1 (diff) | |
download | hercules-b4a5462cb762d03273b054708fe3378f6d82ede3.tar.gz hercules-b4a5462cb762d03273b054708fe3378f6d82ede3.tar.bz2 hercules-b4a5462cb762d03273b054708fe3378f6d82ede3.tar.xz hercules-b4a5462cb762d03273b054708fe3378f6d82ede3.zip |
Add support for bodystyle in stylist shop ui
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 27c099a9e..b8950589e 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 { |