diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 23:51:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 23:51:32 +0300 |
commit | ab0224bbddaa1aef3303f9955356e0b4be40f5b0 (patch) | |
tree | f2657bdce0388fbe4d345b1ed91de56aecd635e4 /src/net/eathena/protocol.h | |
parent | 3c5824865fdd3601f0491ab8f90b47c49230695b (diff) | |
download | plus-ab0224bbddaa1aef3303f9955356e0b4be40f5b0.tar.gz plus-ab0224bbddaa1aef3303f9955356e0b4be40f5b0.tar.bz2 plus-ab0224bbddaa1aef3303f9955356e0b4be40f5b0.tar.xz plus-ab0224bbddaa1aef3303f9955356e0b4be40f5b0.zip |
eathena: add partial support for packet SMSG_CHAT_SILENCE 0x014b.
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 0e1fc2cd7..5994e8e11 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -363,6 +363,7 @@ #define SMSG_ONLINE_LIST 0x0b10 #define SMSG_MANNER_MESSAGE 0x014a +#define SMSG_CHAT_SILENCE 0x014b /********************************** * Packets from client to server * |