diff options
-rw-r--r-- | src/map/packets_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index c1203b26d..3ed1c48fd 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -3595,7 +3595,7 @@ struct PACKET_ZC_NPC_MARKET_PURCHASE_RESULT_sub { uint32 price; } __attribute__((packed)); -#if PACKETVER_MAIN_NUM >= 20190807 || PACKETVER_RE_NUM >= 20190807 +#if PACKETVER_MAIN_NUM >= 20190807 || PACKETVER_RE_NUM >= 20190807 || PACKETVER_ZERO_NUM >= 20190814 struct PACKET_ZC_NPC_MARKET_PURCHASE_RESULT { int16 PacketType; int16 PacketLength; |