diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-17 20:39:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-17 20:39:16 +0300 |
commit | 1ca01c7099f1655510a7d8daf215c5d469bfcf33 (patch) | |
tree | 15d68947170ebf4649c6a10f94cd429f6da187a4 /src/net/eathena/protocol.h | |
parent | 3c97cad0badf0e2f3597670d9981190a83b0df33 (diff) | |
download | plus-1ca01c7099f1655510a7d8daf215c5d469bfcf33.tar.gz plus-1ca01c7099f1655510a7d8daf215c5d469bfcf33.tar.bz2 plus-1ca01c7099f1655510a7d8daf215c5d469bfcf33.tar.xz plus-1ca01c7099f1655510a7d8daf215c5d469bfcf33.zip |
eathena: add partial support for packet SMSG_PLAYER_STATUS_CHANGE_NO_TICK 0x0196.
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 70be26dc7..a7e3b5487 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -111,6 +111,7 @@ #define SMSG_BEING_RESURRECT 0x0148 #define SMSG_PLAYER_STATUS_CHANGE 0x0229 +#define SMSG_PLAYER_STATUS_CHANGE_NO_TICK 0x0196 #define SMSG_PLAYER_GUILD_PARTY_INFO 0x0195 #define SMSG_BEING_STATUS_CHANGE 0x0983 #define SMSG_BEING_STATUS_CHANGE2 0x043f |