diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-19 20:56:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-19 20:56:49 +0300 |
commit | dbc90e69531c5ae8fddfcfbd6adeaca0ad144f34 (patch) | |
tree | 5df1fb43e4823848afc2ca6434c66ff76ebc0a25 /src/net/eathena/protocol.h | |
parent | 0dbfdfcfd3c16e0442ac0c867890cd76a5c5f32a (diff) | |
download | plus-dbc90e69531c5ae8fddfcfbd6adeaca0ad144f34.tar.gz plus-dbc90e69531c5ae8fddfcfbd6adeaca0ad144f34.tar.bz2 plus-dbc90e69531c5ae8fddfcfbd6adeaca0ad144f34.tar.xz plus-dbc90e69531c5ae8fddfcfbd6adeaca0ad144f34.zip |
eathena: add partial support for packet SMSG_MERCENARY_SKILLS 0x029d.
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 0f26a5ca9..6708da931 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -250,6 +250,7 @@ #define SMSG_MERCENARY_UPDATE 0x02a2 #define SMSG_MERCENARY_INFO 0x029b +#define SMSG_MERCENARY_SKILLS 0x029d /********************************** * Packets from client to server * |