diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-20 00:15:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-20 00:15:59 +0300 |
commit | 16121e499c734c00c714abd0998c24f4845329c3 (patch) | |
tree | 8c4455653f645d6e4d2fa5581f3134497a2b0247 /src/net/eathena/protocol.h | |
parent | 022bc6fb67b8d5bda5e3a3225071ffdabd179b62 (diff) | |
download | manaplus-16121e499c734c00c714abd0998c24f4845329c3.tar.gz manaplus-16121e499c734c00c714abd0998c24f4845329c3.tar.bz2 manaplus-16121e499c734c00c714abd0998c24f4845329c3.tar.xz manaplus-16121e499c734c00c714abd0998c24f4845329c3.zip |
eathena: add packet CMSG_SET_STATUS.
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 a02495b19..73357f562 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -573,4 +573,6 @@ #define CMSG_SEARCHSTORE_CLOSE 0x083b #define CMSG_SEARCHSTORE_CLICK 0x0835 +#define CMSG_SET_STATUS 0x0b0e + #endif // NET_EATHENA_PROTOCOL_H |