From 9a11f30d150928e504406139691b42cce0922174 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 13 Jan 2016 23:27:28 +0300 Subject: Add packet SMSG_SELECT_CART 0x00c2 --- src/net/eathena/packetsin.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 6ea86aef2..0cfa88238 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -470,3 +470,6 @@ if (packetVersion >= 20150513) packet(SMSG_BEING_SPAWN, 0x09fe, -1, &BeingRecv::processBeingSpawn); packet(SMSG_BEING_MOVE, 0x09fd, -1, &BeingRecv::processBeingMove); } + +// introduced in 20150805 +packet(SMSG_SELECT_CART, 0x00c2, -1, &InventoryRecv::processSelectCart); -- cgit v1.2.3-70-g09d2