diff options
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 { |