diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-03 23:31:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-03 23:31:37 +0300 |
commit | bae0bf20b36f224796af64298f6139365e97b815 (patch) | |
tree | d78fcfa947199c569ec9d03136fae7df0852aeb3 /src/net/eathena/packetsin.inc | |
parent | f644bad683cf30f2f98fd6cd911b8bf53e98e01c (diff) | |
download | plus-bae0bf20b36f224796af64298f6139365e97b815.tar.gz plus-bae0bf20b36f224796af64298f6139365e97b815.tar.bz2 plus-bae0bf20b36f224796af64298f6139365e97b815.tar.xz plus-bae0bf20b36f224796af64298f6139365e97b815.zip |
Add packet SMSG_PLAYER_CART_ITEMS 0x0123.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 4cbee5ef9..b4ef62394 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -46,6 +46,7 @@ packet(SMSG_PLAYER_STATUS_CHANGE, 0x0119, 13, &BeingRecv::processPlaye packet(SMSG_SKILL_DAMAGE, 0x0114, 31, &BeingRecv::processSkillDamage, 1); packet(SMSG_SKILL_ENTRY, 0x011f, 16, &BeingRecv::processSkillEntry, 1); packet(SMSG_PLAYER_CART_EQUIP, 0x0122, -1, &InventoryRecv::processPlayerCartEquip, 1); +packet(SMSG_PLAYER_CART_ITEMS, 0x0123, -1, &InventoryRecv::processPlayerCartItems, 1); packet(SMSG_PLAYER_CART_ADD, 0x0124, 21, &InventoryRecv::processPlayerCartAdd, 1); packet(SMSG_VENDING_ITEMS_LIST, 0x0133, -1, &VendingRecv::processItemsList, 1); packet(SMSG_VENDING_OPEN, 0x0136, -1, &VendingRecv::processOpen, 1); |