diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 14:11:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 14:11:47 +0300 |
commit | d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38 (patch) | |
tree | dbd146bc0a5f477a2f1f79986be719f2ee384596 /src/net/eathena/protocol.h | |
parent | fe0ec89b20da19d9670cfcde7623b379c669c7c3 (diff) | |
download | mv-d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38.tar.gz mv-d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38.tar.bz2 mv-d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38.tar.xz mv-d5a549b6af3579d247bfb7d4ca22c31ca0f3dc38.zip |
eathena: add partial support for packet.
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 0d13ee184..f80286901 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -75,6 +75,7 @@ #define SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa #define SMSG_PLAYER_INVENTORY_USE 0x01c8 #define SMSG_PLAYER_ITEM_RENTAL_TIME 0x0298 +#define SMSG_PLAYER_ITEM_RENTAL_EXPIRED 0x0299 #define SMSG_PLAYER_EQUIPMENT 0x0992 #define SMSG_PLAYER_EQUIP 0x0999 #define SMSG_PLAYER_UNEQUIP 0x099a |