From fc13d125d9def0a439eb8604ba97f09caba3659a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 2 Sep 2014 11:50:54 +0300 Subject: eathena: fix id for packet CMSG_NAME_REQUEST 0x096a. --- src/net/eathena/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index a1e8de2b8..cf7ea2724 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -102,7 +102,7 @@ #define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */ #define SMSG_BEING_CHAT 0x008d /**< A being talks */ #define SMSG_COLOR_MESSAGE 0x02c1 -#define CMSG_NAME_REQUEST 0x0094 +#define CMSG_NAME_REQUEST 0x096a #define SMSG_BEING_NAME_RESPONSE 0x0095 /**< Has to be requested */ #define SMSG_BEING_NAME_RESPONSE2 0x0220 /**< Has to be requested */ #define SMSG_BEING_CHANGE_DIRECTION 0x009c -- cgit v1.2.3-70-g09d2