diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-05 13:24:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:57 +0300 |
commit | adb4df98be7f58e960ec2cf822fc567b55640848 (patch) | |
tree | e8347bca7f085b159289bf37769803774018a835 /src/net/eathena/protocol.h | |
parent | 256d936b71d500fc14ee52c7f55959fc65b289ac (diff) | |
download | plus-adb4df98be7f58e960ec2cf822fc567b55640848.tar.gz plus-adb4df98be7f58e960ec2cf822fc567b55640848.tar.bz2 plus-adb4df98be7f58e960ec2cf822fc567b55640848.tar.xz plus-adb4df98be7f58e960ec2cf822fc567b55640848.zip |
eathena: fix packet SMSG_BEING_STATUS_CHANGE 0x0983.
Diffstat (limited to 'src/net/eathena/protocol.h')
-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 b0acb8f93..5566ba125 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -106,7 +106,7 @@ #define SMSG_PLAYER_STATUS_CHANGE 0x0119 #define SMSG_PLAYER_GUILD_PARTY_INFO 0x0195 -#define SMSG_BEING_STATUS_CHANGE 0x0196 +#define SMSG_BEING_STATUS_CHANGE 0x0983 #define SMSG_NPC_MESSAGE 0x00b4 #define SMSG_NPC_NEXT 0x00b5 |