diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 22:44:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 22:44:49 +0300 |
commit | 7b89f203b208f885fa7a6f69ca656f1ca711ed42 (patch) | |
tree | 9b7bc88aa7499771872f427fe36b65d9312d9955 /src/net/eathena/protocol.h | |
parent | 9aa0f34c4a6205590d7dbba6f0a65f91a4897ed0 (diff) | |
download | mv-7b89f203b208f885fa7a6f69ca656f1ca711ed42.tar.gz mv-7b89f203b208f885fa7a6f69ca656f1ca711ed42.tar.bz2 mv-7b89f203b208f885fa7a6f69ca656f1ca711ed42.tar.xz mv-7b89f203b208f885fa7a6f69ca656f1ca711ed42.zip |
eathena: add packet SMSG_PLAYER_STATUS_CHANGE2 0x028a.
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 ebeb16eba..d2ea66446 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -117,6 +117,7 @@ #define SMSG_BEING_STAT_UPDATE_1 0x01ab #define SMSG_PLAYER_STATUS_CHANGE 0x0229 +#define SMSG_PLAYER_STATUS_CHANGE2 0x028a #define SMSG_PLAYER_STATUS_CHANGE_NO_TICK 0x0196 #define SMSG_PLAYER_GUILD_PARTY_INFO 0x0195 #define SMSG_BEING_STATUS_CHANGE 0x0983 |