diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 13:46:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 13:46:34 +0300 |
commit | fe0ec89b20da19d9670cfcde7623b379c669c7c3 (patch) | |
tree | aa2f7bc6b0c5d3e6eafe6db1d8e2c09692367b11 /src/net/eathena/protocol.h | |
parent | 12ae270e892d8d7cef9813031e7359c93009ed02 (diff) | |
download | plus-fe0ec89b20da19d9670cfcde7623b379c669c7c3.tar.gz plus-fe0ec89b20da19d9670cfcde7623b379c669c7c3.tar.bz2 plus-fe0ec89b20da19d9670cfcde7623b379c669c7c3.tar.xz plus-fe0ec89b20da19d9670cfcde7623b379c669c7c3.zip |
eathena: add partial support for packet SMSG_PLAYER_ITEM_RENTAL_TIME 0x0298.
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 ec141ab20..0d13ee184 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -74,6 +74,7 @@ #define SMSG_PLAYER_INVENTORY_REMOVE 0x00af #define SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa #define SMSG_PLAYER_INVENTORY_USE 0x01c8 +#define SMSG_PLAYER_ITEM_RENTAL_TIME 0x0298 #define SMSG_PLAYER_EQUIPMENT 0x0992 #define SMSG_PLAYER_EQUIP 0x0999 #define SMSG_PLAYER_UNEQUIP 0x099a |