summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-10-26 04:53:46 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-07 06:27:59 +0300
commit02293cef263fd93f8dc37bd14dd4eb319d46f88e (patch)
treebc8d5a9cb9778043ef911e3e13a915be96e87624 /src/map/packets_struct.h
parent8a57cadcc5046b59a2959d3c7d456f68b88cbc98 (diff)
downloadhercules-02293cef263fd93f8dc37bd14dd4eb319d46f88e.tar.gz
hercules-02293cef263fd93f8dc37bd14dd4eb319d46f88e.tar.bz2
hercules-02293cef263fd93f8dc37bd14dd4eb319d46f88e.tar.xz
hercules-02293cef263fd93f8dc37bd14dd4eb319d46f88e.zip
Update packet ZC_ITEM_PREVIEW for zero 2018-10-24
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index c786e2457..a9affc76b 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -451,7 +451,7 @@ enum packet_headers {
#else
guildLeave = 0x15a,
#endif
-#if PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017
+#if PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017 || PACKETVER_ZERO_NUM >= 20181024
itemPreview = 0xb13,
#else
itemPreview = 0xab9,
@@ -2880,7 +2880,7 @@ struct PACKET_ZC_CAMERA_INFO {
struct PACKET_ZC_ITEM_PREVIEW {
int16 packetType;
int16 index;
-#if PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017
+#if PACKETVER_MAIN_NUM >= 20181017 || PACKETVER_RE_NUM >= 20181017 || PACKETVER_ZERO_NUM >= 20181024
int8 isDamaged;
#endif
int16 refiningLevel;