diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-17 21:53:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-17 21:53:11 +0300 |
commit | 3c7ea10478b5cfa3ca6433e096630c3cb35b5f68 (patch) | |
tree | 3ff368ba4a69c9583ea08c6e7c2a2850ec28d2e0 /src/net/eathena/protocol.h | |
parent | 67d2b4560247210d6b20d36ba725be6bf5d4fd53 (diff) | |
download | manaverse-3c7ea10478b5cfa3ca6433e096630c3cb35b5f68.tar.gz manaverse-3c7ea10478b5cfa3ca6433e096630c3cb35b5f68.tar.bz2 manaverse-3c7ea10478b5cfa3ca6433e096630c3cb35b5f68.tar.xz manaverse-3c7ea10478b5cfa3ca6433e096630c3cb35b5f68.zip |
eathena: add partial support for packet SMSG_BATTLE_CHAT_MESSAGE 0x02dc.
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 5779d743a..578017b52 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -420,6 +420,8 @@ #define SMSG_INSTANCE_INFO 0x02cd #define SMSG_INSTANCE_DELETE 0x02ce +#define SMSG_BATTLE_CHAT_MESSAGE 0x02dc + /********************************** * Packets from client to server * **********************************/ |