diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:40:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:40:12 +0300 |
commit | 96b2fa0e2e6faca8d5ce6a90a0dd240bf76e8eca (patch) | |
tree | bd82f37f1b0b6e24f0c90a348d512504d58b684f /src/net/eathena/protocol.h | |
parent | 8c1ff1cb9ab58bee5b8b48591485247125243464 (diff) | |
download | plus-96b2fa0e2e6faca8d5ce6a90a0dd240bf76e8eca.tar.gz plus-96b2fa0e2e6faca8d5ce6a90a0dd240bf76e8eca.tar.bz2 plus-96b2fa0e2e6faca8d5ce6a90a0dd240bf76e8eca.tar.xz plus-96b2fa0e2e6faca8d5ce6a90a0dd240bf76e8eca.zip |
eathena: add partial support for packet SMSG_GUILD_EMBLEM 0x01b4.
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 5e8d85919..a1349c68a 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -238,6 +238,7 @@ #define SMSG_GUILD_POSITION_CHANGED 0x0174 #define SMSG_GUILD_MEMBER_POS_CHANGE 0x0156 #define SMSG_GUILD_EMBLEM_DATA 0x0152 +#define SMSG_GUILD_EMBLEM 0x01b4 #define SMSG_GUILD_SKILL_INFO 0x0162 #define SMSG_GUILD_NOTICE 0x016f #define SMSG_GUILD_INVITE 0x016a |