diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-08 13:01:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-08 13:01:48 +0300 |
commit | ecd14ef02d48407b33a8a32505165f99885d801a (patch) | |
tree | db565b5cd36525cba9db53b8e87acb65ad4fe623 /src/net/eathena/protocol.h | |
parent | b7459717ecbcef46edd6e080e8dac481161a2bb5 (diff) | |
download | plus-ecd14ef02d48407b33a8a32505165f99885d801a.tar.gz plus-ecd14ef02d48407b33a8a32505165f99885d801a.tar.bz2 plus-ecd14ef02d48407b33a8a32505165f99885d801a.tar.xz plus-ecd14ef02d48407b33a8a32505165f99885d801a.zip |
eathena: add packet SMSG_GM_CHAT2 0x01c3.
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 c5b1277c5..243e2ed6c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -127,6 +127,7 @@ #define SMSG_WHISPER 0x0097 /**< Whisper Recieved */ #define SMSG_WHISPER_RESPONSE 0x09df #define SMSG_GM_CHAT 0x009a /**< GM announce */ +#define SMSG_GM_CHAT2 0x01c3 #define SMSG_WALK_RESPONSE 0x0087 // Receiving a request to trade |