diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-24 18:15:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-24 18:15:23 +0300 |
commit | 244649455b09a0a0b6de63329197bc2387492bfe (patch) | |
tree | 586a42e7f0801fbf8dfa85d3356173e27b6330bc /src/net/eathena/protocol.h | |
parent | d5815c17a3008e68fec20192977139209c9a14ca (diff) | |
download | mv-244649455b09a0a0b6de63329197bc2387492bfe.tar.gz mv-244649455b09a0a0b6de63329197bc2387492bfe.tar.bz2 mv-244649455b09a0a0b6de63329197bc2387492bfe.tar.xz mv-244649455b09a0a0b6de63329197bc2387492bfe.zip |
eathena: add packet SMSG_PLAYER_CART_EQUIP 0x0994.
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 5f3b326fc..70588e165 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -73,6 +73,7 @@ #define SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa #define SMSG_PLAYER_INVENTORY_USE 0x01c8 #define SMSG_PLAYER_CART_ADD 0x01c5 +#define SMSG_PLAYER_CART_EQUIP 0x0994 #define SMSG_PLAYER_ITEM_RENTAL_TIME 0x0298 #define SMSG_PLAYER_ITEM_RENTAL_EXPIRED 0x0299 #define SMSG_PLAYER_EQUIPMENT 0x0992 |