diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-21 17:15:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-21 17:15:12 +0300 |
commit | 5b907fc3c1c21f69f1b86d4e3c16990dd2bff757 (patch) | |
tree | c7db0320a42458be294964c68326716f7daadde5 /src/net/eathena/protocol.h | |
parent | 224c8b62427c7441358dc343aa903c45515d3396 (diff) | |
download | plus-5b907fc3c1c21f69f1b86d4e3c16990dd2bff757.tar.gz plus-5b907fc3c1c21f69f1b86d4e3c16990dd2bff757.tar.bz2 plus-5b907fc3c1c21f69f1b86d4e3c16990dd2bff757.tar.xz plus-5b907fc3c1c21f69f1b86d4e3c16990dd2bff757.zip |
eathena: add packet SMSG_MERCENARY_ACTION 0x029f.
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 6708da931..eda0ddbe8 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -427,4 +427,6 @@ #define CMSG_BANK_WITHDRAW 0x09a9 #define CMSG_BANK_CHECK 0x09ab +#define SMSG_MERCENARY_ACTION 0x029f + #endif // NET_EATHENA_PROTOCOL_H |