diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 14:52:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 14:53:23 +0300 |
commit | c4ffef0103507c8f514d1a395b630e21b9b9541b (patch) | |
tree | bc4af40a984d9b7982428a863778fead484aa29c /src/net/eathena/protocol.h | |
parent | 43fb66a1610aeca72dab2527da95abdadb826697 (diff) | |
download | mv-c4ffef0103507c8f514d1a395b630e21b9b9541b.tar.gz mv-c4ffef0103507c8f514d1a395b630e21b9b9541b.tar.bz2 mv-c4ffef0103507c8f514d1a395b630e21b9b9541b.tar.xz mv-c4ffef0103507c8f514d1a395b630e21b9b9541b.zip |
eathena: add partial support for packet SMSG_PK_RANKS_LIST 0x0238.
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 c3ba7710b..85cb66bcd 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -284,6 +284,7 @@ #define SMSG_BLACKSMITH_RANKS_LIST 0x0219 #define SMSG_ALCHEMIST_RANKS_LIST 0x021a #define SMSG_TAEKWON_RANKS_LIST 0x0226 +#define SMSG_PK_RANKS_LIST 0x0238 #define SMSG_MONSTER_HP 0x0977 #define SMSG_MONSTER_INFO 0x018c #define SMSG_PLAYER_HP 0x080e |