diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-24 17:41:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-24 17:41:19 +0300 |
commit | d5815c17a3008e68fec20192977139209c9a14ca (patch) | |
tree | 510a0d5ff078fae386c397ef0055d0391d566b61 /src/net/eathena/protocol.h | |
parent | 7dc4dea6109eb8592db5bfc2ab81a6b59fdd83f7 (diff) | |
download | plus-d5815c17a3008e68fec20192977139209c9a14ca.tar.gz plus-d5815c17a3008e68fec20192977139209c9a14ca.tar.bz2 plus-d5815c17a3008e68fec20192977139209c9a14ca.tar.xz plus-d5815c17a3008e68fec20192977139209c9a14ca.zip |
eathena: add packet SMSG_PLAYER_CART_ADD 0x01c5.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 29743c4c2..5f3b326fc 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -72,6 +72,7 @@ #define SMSG_PLAYER_INVENTORY_REMOVE 0x00af #define SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa #define SMSG_PLAYER_INVENTORY_USE 0x01c8 +#define SMSG_PLAYER_CART_ADD 0x01c5 #define SMSG_PLAYER_ITEM_RENTAL_TIME 0x0298 #define SMSG_PLAYER_ITEM_RENTAL_EXPIRED 0x0299 #define SMSG_PLAYER_EQUIPMENT 0x0992 |