diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 00:03:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 00:03:53 +0300 |
commit | 42995dce106291da04f0e23c00668e0d2afccb08 (patch) | |
tree | 93ce0823a22e2ff3ac9c72a86e53529e64641201 /src/net/eathena/protocol.h | |
parent | ab0224bbddaa1aef3303f9955356e0b4be40f5b0 (diff) | |
download | plus-42995dce106291da04f0e23c00668e0d2afccb08.tar.gz plus-42995dce106291da04f0e23c00668e0d2afccb08.tar.bz2 plus-42995dce106291da04f0e23c00668e0d2afccb08.tar.xz plus-42995dce106291da04f0e23c00668e0d2afccb08.zip |
eathena: add partial support for packet SMSG_PLAYER_IDENTIFY_LIST 0x0177.
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 5994e8e11..e9f045341 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -72,6 +72,7 @@ #define SMSG_PLAYER_INVENTORY_REMOVE 0x00af #define SMSG_PLAYER_INVENTORY_REMOVE2 0x07fa #define SMSG_PLAYER_INVENTORY_USE 0x01c8 +#define SMSG_PLAYER_IDENTIFY_LIST 0x0177 #define SMSG_PLAYER_CART_ADD 0x01c5 #define SMSG_PLAYER_CART_ITEMS 0x0993 #define SMSG_PLAYER_CART_EQUIP 0x0994 |