diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 14:24:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 14:24:44 +0300 |
commit | 43fb66a1610aeca72dab2527da95abdadb826697 (patch) | |
tree | f8c5438c53d74db20220989d4eb12cae865db8e3 /src/net/eathena/protocol.h | |
parent | 5d2962b4a09a71d47a241a762124c9e5526072f8 (diff) | |
download | plus-43fb66a1610aeca72dab2527da95abdadb826697.tar.gz plus-43fb66a1610aeca72dab2527da95abdadb826697.tar.bz2 plus-43fb66a1610aeca72dab2527da95abdadb826697.tar.xz plus-43fb66a1610aeca72dab2527da95abdadb826697.zip |
eathena: add partial support for packet SMSG_TAEKWON_RANKS_LIST 0x0226.
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 603fad336..c3ba7710b 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -283,6 +283,7 @@ #define SMSG_RANKS_LIST 0x097d #define SMSG_BLACKSMITH_RANKS_LIST 0x0219 #define SMSG_ALCHEMIST_RANKS_LIST 0x021a +#define SMSG_TAEKWON_RANKS_LIST 0x0226 #define SMSG_MONSTER_HP 0x0977 #define SMSG_MONSTER_INFO 0x018c #define SMSG_PLAYER_HP 0x080e |