diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-07 01:07:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-07 01:07:41 +0300 |
commit | 74136eec9795d339421a569b774dd8486662e93e (patch) | |
tree | 7a0aa16a1dc3a9fa7d5525fa8516dba61099e685 /src/net/eathena/protocol.h | |
parent | b79975c115473e801fb7983bc3f5c24ae72f3db7 (diff) | |
download | plus-74136eec9795d339421a569b774dd8486662e93e.tar.gz plus-74136eec9795d339421a569b774dd8486662e93e.tar.bz2 plus-74136eec9795d339421a569b774dd8486662e93e.tar.xz plus-74136eec9795d339421a569b774dd8486662e93e.zip |
eathena: fix packet SMSG_GUILD_MEMBER_LOGIN 0x01f2.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 77e963fdb..db6a7d1eb 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -190,7 +190,7 @@ #define SMSG_GUILD_CREATE_RESPONSE 0x0167 #define SMSG_GUILD_POSITION_INFO 0x016c -#define SMSG_GUILD_MEMBER_LOGIN 0x016d +#define SMSG_GUILD_MEMBER_LOGIN 0x01f2 #define SMSG_GUILD_MASTER_OR_MEMBER 0x014e #define SMSG_GUILD_BASIC_INFO 0x01b6 #define SMSG_GUILD_ALIANCE_INFO 0x014c |