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 | |
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')
-rw-r--r-- | src/net/eathena/packets.h | 2 | ||||
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/packets.h b/src/net/eathena/packets.h index c9a8f37f6..08859997b 100644 --- a/src/net/eathena/packets.h +++ b/src/net/eathena/packets.h @@ -218,7 +218,7 @@ int16_t packet_lengths[] = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 20, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 0, + 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 26, 0, // #0x0840 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 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 |