From ff34ed8b3357043df6e857e6be27260ed1b7ea94 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Jul 2018 23:11:52 +0300 Subject: Update struct packet_npc_market_open. --- src/map/packets_struct.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index faffe0238..423b506e9 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -1308,7 +1308,11 @@ struct packet_npc_market_open { int16 PacketLength; /* inner struct figured by Ind after some annoying hour of debugging (data Thanks to Yommy) */ struct { +#if PACKETVER_RE_NUM >= 20180704 + uint32 nameid; +#else uint16 nameid; +#endif uint8 type; uint32 price; uint32 qty; -- cgit v1.2.3-70-g09d2