diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-15 23:00:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-15 23:00:00 +0300 |
commit | 30a8ec57bb01a17f27a25ed9e4d8ec036039ae33 (patch) | |
tree | d61fd7d5c84dfe09679ebe3cf102833d753d2461 /src/net/eathena/protocol.h | |
parent | 9743b3341693f71bcaf62a979ec25b249eb0d39b (diff) | |
download | plus-30a8ec57bb01a17f27a25ed9e4d8ec036039ae33.tar.gz plus-30a8ec57bb01a17f27a25ed9e4d8ec036039ae33.tar.bz2 plus-30a8ec57bb01a17f27a25ed9e4d8ec036039ae33.tar.xz plus-30a8ec57bb01a17f27a25ed9e4d8ec036039ae33.zip |
eathena: add packet CMSG_PLAYER_VIEW_EQUIPMENT 0x02d6.
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 123db93f8..d1f52f9e2 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -256,6 +256,7 @@ #define CMSG_PLAYER_UNEQUIP 0x00ab #define CMSG_PLAYER_USE_CARD 0x017a #define CMSG_PLAYER_INSERT_CARD 0x017c +#define CMSG_PLAYER_VIEW_EQUIPMENT 0x02d6 #define CMSG_ITEM_PICKUP 0x07e4 #define CMSG_PLAYER_CHANGE_DIR 0x0202 |