diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-06 00:26:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:58 +0300 |
commit | c1b0e49636cbc2a08f7690c33a6367542f6857b3 (patch) | |
tree | 5d0476e658d6dc5bc5cc10d49c72405954a940f6 /src/net/eathena/protocol.h | |
parent | 1ec5a1847a7c226d6dfee2a5d46c121a9a037161 (diff) | |
download | plus-c1b0e49636cbc2a08f7690c33a6367542f6857b3.tar.gz plus-c1b0e49636cbc2a08f7690c33a6367542f6857b3.tar.bz2 plus-c1b0e49636cbc2a08f7690c33a6367542f6857b3.tar.xz plus-c1b0e49636cbc2a08f7690c33a6367542f6857b3.zip |
eathena: add packet SMSG_BEING_STATUS_CHANGE2 0x043f.
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 aa1ed94c2..12e307846 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -108,6 +108,7 @@ #define SMSG_PLAYER_STATUS_CHANGE 0x0119 #define SMSG_PLAYER_GUILD_PARTY_INFO 0x0195 #define SMSG_BEING_STATUS_CHANGE 0x0983 +#define SMSG_BEING_STATUS_CHANGE2 0x043f #define SMSG_NPC_MESSAGE 0x00b4 #define SMSG_NPC_NEXT 0x00b5 |