diff options
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 * **********************************/ |