diff options
Diffstat (limited to 'src')
-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 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 |