From 10825ccb6cc5f0dfb3c173bb9ebea9423d9e627d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 1 Apr 2016 03:22:24 +0300 Subject: Add packet version number into packet SMSG_SELECT_CART. --- src/net/eathena/packetsin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index f5ec52716..86387c233 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -484,7 +484,7 @@ if (packetVersion >= 20150513) // introduced in 20150805 if (packetVersion >= 20150805) { - packet(SMSG_SELECT_CART, 0x097f, -1, &InventoryRecv::processSelectCart, 0); + packet(SMSG_SELECT_CART, 0x097f, -1, &InventoryRecv::processSelectCart, 20150805); } else { -- cgit v1.2.3-60-g2f50