diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-07 15:46:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-07 15:46:19 +0300 |
commit | 629aa611136745eba65dbae6ed8762c133161894 (patch) | |
tree | ce52d1f3e7445a10a7b42ac67edd44869517c451 /src/net/eathena/protocol.h | |
parent | ffff40ebf2296b68794172c86d0e0115a3c102d8 (diff) | |
download | plus-629aa611136745eba65dbae6ed8762c133161894.tar.gz plus-629aa611136745eba65dbae6ed8762c133161894.tar.bz2 plus-629aa611136745eba65dbae6ed8762c133161894.tar.xz plus-629aa611136745eba65dbae6ed8762c133161894.zip |
eathena: fix packet id SMSG_GUILD_EXPULSION 0x0839.
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 db6a7d1eb..eeaf14fcc 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -205,7 +205,7 @@ #define SMSG_GUILD_INVITE 0x016a #define SMSG_GUILD_INVITE_ACK 0x0169 #define SMSG_GUILD_LEAVE 0x015a -#define SMSG_GUILD_EXPULSION 0x015c +#define SMSG_GUILD_EXPULSION 0x0839 #define SMSG_GUILD_EXPULSION_LIST 0x0163 #define SMSG_GUILD_MESSAGE 0x017f #define SMSG_GUILD_SKILL_UP 0x010e |