diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-24 01:15:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-24 01:15:01 +0300 |
commit | 39b049572ef0a734d3a6bd2a3def04c100f606df (patch) | |
tree | fc8eacfd9fd22930890ebe2849bd134a4f282557 /src/net/eathena/protocol.h | |
parent | 23ae275efc756f4c75146c741d1f5bd5be315368 (diff) | |
download | mv-39b049572ef0a734d3a6bd2a3def04c100f606df.tar.gz mv-39b049572ef0a734d3a6bd2a3def04c100f606df.tar.bz2 mv-39b049572ef0a734d3a6bd2a3def04c100f606df.tar.xz mv-39b049572ef0a734d3a6bd2a3def04c100f606df.zip |
Add name request packet into protocol.h
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 2479efa08..df0527b4c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -95,6 +95,7 @@ #define SMSG_BEING_EMOTION 0x00c0 #define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */ #define SMSG_BEING_CHAT 0x008d /**< A being talks */ +#define CMSG_NAME_REQUEST 0x0094 #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 |