From 629aa611136745eba65dbae6ed8762c133161894 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 7 Oct 2014 15:46:19 +0300 Subject: eathena: fix packet id SMSG_GUILD_EXPULSION 0x0839. --- src/net/eathena/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/protocol.h') 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 -- cgit v1.2.3-70-g09d2