diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-03 17:34:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-03 17:34:05 +0300 |
commit | b6030e26ed33dd5d5dd85519cacb4644100cb299 (patch) | |
tree | 1e308b17cb6e8f9ec6e500c2c0ed19adc4fdc997 /src/net/eathena/protocol.h | |
parent | c9e8b0ed6e3e193582eccd9b9bab6aeb3a0e37c3 (diff) | |
download | plus-b6030e26ed33dd5d5dd85519cacb4644100cb299.tar.gz plus-b6030e26ed33dd5d5dd85519cacb4644100cb299.tar.bz2 plus-b6030e26ed33dd5d5dd85519cacb4644100cb299.tar.xz plus-b6030e26ed33dd5d5dd85519cacb4644100cb299.zip |
eathena: add partial support for packet SMSG_PLAYER_UNE_CARD 0x017b.
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 a6b2be72d..4d6370a69 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -74,6 +74,7 @@ #define SMSG_PLAYER_EQUIPMENT 0x0992 #define SMSG_PLAYER_EQUIP 0x0999 #define SMSG_PLAYER_UNEQUIP 0x099a +#define SMSG_PLAYER_UNE_CARD 0x017b #define SMSG_PLAYER_ATTACK_RANGE 0x013a #define SMSG_PLAYER_ARROW_EQUIP 0x013c #define SMSG_PLAYER_ARROW_MESSAGE 0x013b |