From fa79a8921ab18021e58c22fddd735008c15cea10 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Jan 2019 20:51:01 +0300 Subject: Update version check for packet CMSG_NPC_SELECT_ARROW --- src/net/eathena/packetsout.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index a61f8b48b..75baa0dc4 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -1528,6 +1528,13 @@ if (packetVersionZero >= 20181114) packet(CMSG_INVENTORY_EXPAND, 0x0b14, 2, clif->pInventoryExpansion); packet(CMSG_INVENTORY_EXPAND_CONFIRM, 0x0b16, 2, clif->pInventoryExpansionConfirm); packet(CMSG_INVENTORY_EXPAND_REJECT, 0x0b19, 2, clif->pInventoryExpansionReject); + packet(CMSG_NPC_SELECT_ARROW, 0x01ae, 6, clif->pSelectArrow); +} + +// 20181121 +if (packetVersionMain >= 20181121) +{ + packet(CMSG_NPC_SELECT_ARROW, 0x01ae, 6, clif->pSelectArrow); } #endif -- cgit v1.2.3-60-g2f50