summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-13 23:27:28 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-13 23:27:28 +0300
commit9a11f30d150928e504406139691b42cce0922174 (patch)
tree2474bb28c75a5aac2b5f9d8e514d885f059a31ce /src/net/eathena/packetsin.inc
parent4466f50d7bb2d83d2b3cd86d85aff14486f84756 (diff)
downloadplus-9a11f30d150928e504406139691b42cce0922174.tar.gz
plus-9a11f30d150928e504406139691b42cce0922174.tar.bz2
plus-9a11f30d150928e504406139691b42cce0922174.tar.xz
plus-9a11f30d150928e504406139691b42cce0922174.zip
Add packet SMSG_SELECT_CART 0x00c2
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc3
1 files changed, 3 insertions, 0 deletions
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);