diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-24 19:42:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-24 19:42:16 +0300 |
commit | edef5578e48c1daa9c2545ed26ef4a2455eb5b25 (patch) | |
tree | 495ce01cd50ff5f03f30c5db195bfac60afd5b22 /src/net/eathena/protocol.h | |
parent | 5b3354c4a84ff2c4223ec4a2f5b97685d777d615 (diff) | |
download | plus-edef5578e48c1daa9c2545ed26ef4a2455eb5b25.tar.gz plus-edef5578e48c1daa9c2545ed26ef4a2455eb5b25.tar.bz2 plus-edef5578e48c1daa9c2545ed26ef4a2455eb5b25.tar.xz plus-edef5578e48c1daa9c2545ed26ef4a2455eb5b25.zip |
eathena: add packet SMSG_PLAYER_CART_REMOVE 0x0125.
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 4d9b07601..b17531c9d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -75,6 +75,7 @@ #define SMSG_PLAYER_CART_ADD 0x01c5 #define SMSG_PLAYER_CART_ITEMS 0x0993 #define SMSG_PLAYER_CART_EQUIP 0x0994 +#define SMSG_PLAYER_CART_REMOVE 0x0125 #define SMSG_PLAYER_ITEM_RENTAL_TIME 0x0298 #define SMSG_PLAYER_ITEM_RENTAL_EXPIRED 0x0299 #define SMSG_PLAYER_EQUIPMENT 0x0992 |