diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-19 19:50:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-19 19:50:58 +0300 |
commit | 0dbfdfcfd3c16e0442ac0c867890cd76a5c5f32a (patch) | |
tree | 63a600bf2f98fe3461a32931b4114038c43fc514 /src/net/eathena/protocol.h | |
parent | 6ea528b2eff23e9a7c833692afc080c786ed2419 (diff) | |
download | plus-0dbfdfcfd3c16e0442ac0c867890cd76a5c5f32a.tar.gz plus-0dbfdfcfd3c16e0442ac0c867890cd76a5c5f32a.tar.bz2 plus-0dbfdfcfd3c16e0442ac0c867890cd76a5c5f32a.tar.xz plus-0dbfdfcfd3c16e0442ac0c867890cd76a5c5f32a.zip |
eathena: add partial support for packet SMSG_MERCENARY_INFO 0x029b.
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 f3af515da..0f26a5ca9 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -249,6 +249,7 @@ #define SMSG_NPC_VIEWPOINT 0x0144 #define SMSG_MERCENARY_UPDATE 0x02a2 +#define SMSG_MERCENARY_INFO 0x029b /********************************** * Packets from client to server * |