summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-08-11 03:17:02 +0300
committerAndrei Karas <akaras@inbox.ru>2018-08-22 06:33:28 +0300
commit327f8c62cf1515901fe0c64b5d0d772ac2d0ecb9 (patch)
treef36f7950c7837361194dfc8642070bd941834434 /src/map/clif.c
parent4ad2108e53c32c767afe9c25ae47fb1584bc3822 (diff)
downloadhercules-327f8c62cf1515901fe0c64b5d0d772ac2d0ecb9.tar.gz
hercules-327f8c62cf1515901fe0c64b5d0d772ac2d0ecb9.tar.bz2
hercules-327f8c62cf1515901fe0c64b5d0d772ac2d0ecb9.tar.xz
hercules-327f8c62cf1515901fe0c64b5d0d772ac2d0ecb9.zip
Add packet ZC_EQUIPWIN_MICROSCOPE_V7.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index dfb6aae06..4e55f7d0c 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -9327,6 +9327,9 @@ static void clif_viewequip_ack(struct map_session_data *sd, struct map_session_d
#endif
viewequip_list.headpalette = tsd->vd.hair_color;
viewequip_list.bodypalette = tsd->vd.cloth_color;
+#if PACKETVER_MAIN_NUM >= 20180801 || PACKETVER_RE_NUM >= 20180801 || PACKETVER_ZERO_NUM >= 20180808
+ viewequip_list.body2 = tsd->vd.body_style;
+#endif
viewequip_list.sex = tsd->vd.sex;
clif->send(&viewequip_list, viewequip_list.PacketLength, &sd->bl, SELF);