diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:32:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 15:32:28 +0300 |
commit | 8c1ff1cb9ab58bee5b8b48591485247125243464 (patch) | |
tree | 04398638bd66d147d9ba23833dbe7f03fa8ffc6a /src/net/tmwa/protocol.h | |
parent | eae805845ace52c0056e7e426c5c8b3831e638af (diff) | |
download | plus-8c1ff1cb9ab58bee5b8b48591485247125243464.tar.gz plus-8c1ff1cb9ab58bee5b8b48591485247125243464.tar.bz2 plus-8c1ff1cb9ab58bee5b8b48591485247125243464.tar.xz plus-8c1ff1cb9ab58bee5b8b48591485247125243464.zip |
Rename packet SMSG_GUILD_EMBLEM into SMSG_GUILD_EMBLEM_DATA.
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index a5c959878..82ba472ab 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -169,7 +169,7 @@ #define SMSG_GUILD_POS_INFO_LIST 0x0160 #define SMSG_GUILD_POSITION_CHANGED 0x0174 #define SMSG_GUILD_MEMBER_POS_CHANGE 0x0156 -#define SMSG_GUILD_EMBLEM 0x0152 +#define SMSG_GUILD_EMBLEM_DATA 0x0152 #define SMSG_GUILD_SKILL_INFO 0x0162 #define SMSG_GUILD_NOTICE 0x016f #define SMSG_GUILD_INVITE 0x016a |