diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-01 03:22:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-01 03:22:24 +0300 |
commit | 10825ccb6cc5f0dfb3c173bb9ebea9423d9e627d (patch) | |
tree | b9c23875e3c5d28d01be97c35483cc4995e562da /src/net/eathena/packetsin.inc | |
parent | 1254155e406e83035d25190dfc9f5c25a839fc0d (diff) | |
download | plus-10825ccb6cc5f0dfb3c173bb9ebea9423d9e627d.tar.gz plus-10825ccb6cc5f0dfb3c173bb9ebea9423d9e627d.tar.bz2 plus-10825ccb6cc5f0dfb3c173bb9ebea9423d9e627d.tar.xz plus-10825ccb6cc5f0dfb3c173bb9ebea9423d9e627d.zip |
Add packet version number into packet SMSG_SELECT_CART.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |