diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-14 23:32:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-14 23:32:08 +0300 |
commit | 96fec2bda470785d384ad14274ca9c6aefda0ae8 (patch) | |
tree | 628d114892df3097ea8e04f5ec017b3addc5c897 /src/net/eathena/protocol.h | |
parent | 6325c78e27607afe99ecc3c3d0cac154ccfd696b (diff) | |
download | plus-96fec2bda470785d384ad14274ca9c6aefda0ae8.tar.gz plus-96fec2bda470785d384ad14274ca9c6aefda0ae8.tar.bz2 plus-96fec2bda470785d384ad14274ca9c6aefda0ae8.tar.xz plus-96fec2bda470785d384ad14274ca9c6aefda0ae8.zip |
eathena: add partial support for packet SMSG_PVP_INFO 0x0210.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index f20e9fc58..dd4848534 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -206,6 +206,7 @@ #define SMSG_RANKS_LIST 0x097d #define SMSG_MONSTER_HP 0x0977 #define SMSG_PLAYER_HP 0x080e +#define SMSG_PVP_INFO 0x0210 #define SMSG_CHAT_IGNORE_LIST 0x00d4 @@ -378,7 +379,6 @@ #define SMSG_ONLINE_LIST 0x0211 #define SMSG_NPC_COMMAND 0x0212 -#define CMSG_ONLINE_LIST 0x0210 #define CMSG_SET_STATUS 0x0213 #define SMSG_UPDATE_HOST2 0x7534 |