diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-19 19:33:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-19 19:33:31 +0300 |
commit | 6ea528b2eff23e9a7c833692afc080c786ed2419 (patch) | |
tree | c90f7aecb1cbeea300c3d3414286ddc12379e1f4 /src/net/eathena/protocol.h | |
parent | 82d9ed1a055c7cdb7856c695104e9838f4e1718f (diff) | |
download | plus-6ea528b2eff23e9a7c833692afc080c786ed2419.tar.gz plus-6ea528b2eff23e9a7c833692afc080c786ed2419.tar.bz2 plus-6ea528b2eff23e9a7c833692afc080c786ed2419.tar.xz plus-6ea528b2eff23e9a7c833692afc080c786ed2419.zip |
eathena: add partial support for packet SMSG_MERCENARY_UPDATE 0x02a2.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index d88b5cb06..f3af515da 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -248,6 +248,8 @@ #define SMSG_NPC_CUTIN 0x01b3 #define SMSG_NPC_VIEWPOINT 0x0144 +#define SMSG_MERCENARY_UPDATE 0x02a2 + /********************************** * Packets from client to server * **********************************/ |