diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-03 19:01:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-03 19:01:07 +0300 |
commit | f840d8133e7fe1e76c9e1401a39fc57fecc0b140 (patch) | |
tree | e8356a916b3ab2fea596f9ddfb3d8b8832c9beb1 /src/net/eathena/protocol.h | |
parent | b6030e26ed33dd5d5dd85519cacb4644100cb299 (diff) | |
download | plus-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.tar.gz plus-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.tar.bz2 plus-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.tar.xz plus-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.zip |
eathena: add packet SMSG_PLAYER_INSERT_CARD 0x017d.
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 4d6370a69..03de8c3ad 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -75,6 +75,7 @@ #define SMSG_PLAYER_EQUIP 0x0999 #define SMSG_PLAYER_UNEQUIP 0x099a #define SMSG_PLAYER_UNE_CARD 0x017b +#define SMSG_PLAYER_INSERT_CARD 0x017d #define SMSG_PLAYER_ATTACK_RANGE 0x013a #define SMSG_PLAYER_ARROW_EQUIP 0x013c #define SMSG_PLAYER_ARROW_MESSAGE 0x013b |