summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-01-13 23:15:03 +0300
committerAndrei Karas <akaras@inbox.ru>2020-02-09 21:30:37 +0300
commit3d9ee62e21d538a739ad773640a6e05e97991d58 (patch)
tree7e5f526771d40c6f85f5ef27a0e54bd9ac047b1a /src/map/packets.h
parent3d69a0a949dd284fbc4b1e2331f868a7da45ec23 (diff)
downloadhercules-3d9ee62e21d538a739ad773640a6e05e97991d58.tar.gz
hercules-3d9ee62e21d538a739ad773640a6e05e97991d58.tar.bz2
hercules-3d9ee62e21d538a739ad773640a6e05e97991d58.tar.xz
hercules-3d9ee62e21d538a739ad773640a6e05e97991d58.zip
Add packet CZ_NPC_EXPANDED_BARTER_CLOSE
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 90b9beeb7..ac35d0dcb 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1983,6 +1983,10 @@ packet(0x96e,clif->ackmergeitems);
packet(0x0b4c,clif->pCashShopLimitedReq);
#endif
+#if PACKETVER_MAIN_NUM >= 20190904 || PACKETVER_RE_NUM >= 20190904 || PACKETVER_ZERO_NUM >= 20190828
+ packet(0x0b12,clif->pNPCExpandedBarterClosed);
+#endif
+
#if PACKETVER >= 20191224
packet(0x0b6d,clif->pCashShopOpen2);
#endif