summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-25 20:51:01 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 20:51:01 +0300
commitfa79a8921ab18021e58c22fddd735008c15cea10 (patch)
treec755fc38affeaf5ab939fed8f7f8b4563e20c6e8
parent9f1d941ea4195ec4c4942fac47fde24c19265d5b (diff)
downloadplus-fa79a8921ab18021e58c22fddd735008c15cea10.tar.gz
plus-fa79a8921ab18021e58c22fddd735008c15cea10.tar.bz2
plus-fa79a8921ab18021e58c22fddd735008c15cea10.tar.xz
plus-fa79a8921ab18021e58c22fddd735008c15cea10.zip
Update version check for packet CMSG_NPC_SELECT_ARROW
-rw-r--r--src/net/eathena/packetsout.inc7
1 files changed, 7 insertions, 0 deletions
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