diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-12 12:20:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-12 12:20:41 +0300 |
commit | f4768ac990cbb0c0803c7eefef53df036b570a29 (patch) | |
tree | 2dc58135131f7adae49a7ad788496766137b126e /src/net/eathena/protocol.h | |
parent | 20d5e9013dec67afe4acd260bb28057b602cb626 (diff) | |
download | manaplus-f4768ac990cbb0c0803c7eefef53df036b570a29.tar.gz manaplus-f4768ac990cbb0c0803c7eefef53df036b570a29.tar.bz2 manaplus-f4768ac990cbb0c0803c7eefef53df036b570a29.tar.xz manaplus-f4768ac990cbb0c0803c7eefef53df036b570a29.zip |
eathena: add partial support for packet SMSG_BLACKSMITH_RANKS_LIST 0x0219.
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 b04e58601..6c9f823dd 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -276,6 +276,7 @@ #define SMSG_MVP_NO_ITEM 0x010d #define SMSG_RANKS_LIST 0x097d +#define SMSG_BLACKSMITH_RANKS_LIST 0x0219 #define SMSG_MONSTER_HP 0x0977 #define SMSG_MONSTER_INFO 0x018c #define SMSG_PLAYER_HP 0x080e |