diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-02 11:50:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:55 +0300 |
commit | fc13d125d9def0a439eb8604ba97f09caba3659a (patch) | |
tree | 776b721b898b47635ad4c212587fea024bd62ea8 /src/net | |
parent | 6911831887b32d1aded3f3ca40b9f6f6c2c2b586 (diff) | |
download | plus-fc13d125d9def0a439eb8604ba97f09caba3659a.tar.gz plus-fc13d125d9def0a439eb8604ba97f09caba3659a.tar.bz2 plus-fc13d125d9def0a439eb8604ba97f09caba3659a.tar.xz plus-fc13d125d9def0a439eb8604ba97f09caba3659a.zip |
eathena: fix id for packet CMSG_NAME_REQUEST 0x096a.
Diffstat (limited to 'src/net')
-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 |