summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-16 06:31:59 +0300
committerAndrei Karas <akaras@inbox.ru>2019-02-05 01:16:49 +0300
commitcedd00b65123d2fcd32ac79dc0f6a077f4a279c2 (patch)
tree6061dc7fe2897c23d881d72a58adca117f36b2d0 /src/map/packets.h
parent1e28acbaab22d5a92e96a6a19a6e59a92b3f7a46 (diff)
downloadhercules-cedd00b65123d2fcd32ac79dc0f6a077f4a279c2.tar.gz
hercules-cedd00b65123d2fcd32ac79dc0f6a077f4a279c2.tar.bz2
hercules-cedd00b65123d2fcd32ac79dc0f6a077f4a279c2.tar.xz
hercules-cedd00b65123d2fcd32ac79dc0f6a077f4a279c2.zip
Add support for barter shops for main and re clients with version 20190116
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 44a49b387..d430a6de8 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1922,7 +1922,7 @@ packet(0x96e,clif->ackmergeitems);
packet(0x0b19,clif->pInventoryExpansionRejected);
#endif
-#if PACKETVER_ZERO_NUM >= 20181226
+#if PACKETVER_MAIN_NUM >= 20190116 || PACKETVER_RE_NUM >= 20190116 || PACKETVER_ZERO_NUM >= 20181226
packet(0x0b0f,clif->pNPCBarterPurchase);
packet(0x0b12,clif->pNPCBarterClosed);
#endif