summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-04-17 06:57:42 +0300
committerAndrei Karas <akaras@inbox.ru>2020-05-04 01:00:43 +0300
commitfa8ff3c40d6b476f41a288a579b6aaaeab8c872d (patch)
tree2a9eb9604dec9df134904d3c1f6bfa107b231bd1 /src/map/packets_struct.h
parentf8a668055872b0c542e0a8bf7b4637bc2f6ae9f1 (diff)
downloadhercules-fa8ff3c40d6b476f41a288a579b6aaaeab8c872d.tar.gz
hercules-fa8ff3c40d6b476f41a288a579b6aaaeab8c872d.tar.bz2
hercules-fa8ff3c40d6b476f41a288a579b6aaaeab8c872d.tar.xz
hercules-fa8ff3c40d6b476f41a288a579b6aaaeab8c872d.zip
Add packet ZC_LAPINEUPGRADE_RESULT
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index 7ddddcc8b..3129a05d9 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -3901,7 +3901,13 @@ struct PACKET_ZC_LAPINEUPGRADE_OPEN {
#endif
} __attribute__((packed));
DEFINE_PACKET_HEADER(ZC_LAPINEUPGRADE_OPEN, 0x0ab4);
-#endif
+
+struct PACKET_ZC_LAPINEUPGRADE_RESULT {
+ int16 packetType;
+ uint16 result;
+} __attribute__((packed));
+DEFINE_PACKET_HEADER(ZC_LAPINEUPGRADE_RESULT, 0x0ab7);
+#endif // PACKETVER_MAIN_NUM >= 20170726 || PACKETVER_RE_NUM >= 20170621 || defined(PACKETVER_ZERO)
#if PACKETVER_MAIN_NUM >= 20170111 || PACKETVER_RE_NUM >= 20170111 || defined(PACKETVER_ZERO)
struct PACKET_CZ_LAPINEUPGRADE_CLOSE {