diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-17 22:46:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-17 22:46:08 +0300 |
commit | 83aea63d85e093ad50fc87abc16e87d57b74d423 (patch) | |
tree | 58e4373e0acbb6ba200c3cd9101eadb1c90671df /src/net/eathena/protocol.h | |
parent | b85ff796a484137998fa2c87d5e10f9dcb2c006f (diff) | |
download | plus-83aea63d85e093ad50fc87abc16e87d57b74d423.tar.gz plus-83aea63d85e093ad50fc87abc16e87d57b74d423.tar.bz2 plus-83aea63d85e093ad50fc87abc16e87d57b74d423.tar.xz plus-83aea63d85e093ad50fc87abc16e87d57b74d423.zip |
eathena: add partial support for packet SMSG_BATTLE_EMBLEM 0x02dd.
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 578017b52..6b02933b3 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -421,6 +421,7 @@ #define SMSG_INSTANCE_DELETE 0x02ce #define SMSG_BATTLE_CHAT_MESSAGE 0x02dc +#define SMSG_BATTLE_EMBLEM 0x02dd /********************************** * Packets from client to server * |