diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-01 20:35:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-01 20:35:59 +0300 |
commit | cd8b69ef3edafde047ad4db6f7b81afb53bb23f0 (patch) | |
tree | e3249a59e7121eb85633d5e247e03130f78e6e05 /src/net/eathena/protocol.h | |
parent | a88beff0cb22094bd5d4558fcc6937f94480c150 (diff) | |
download | mv-cd8b69ef3edafde047ad4db6f7b81afb53bb23f0.tar.gz mv-cd8b69ef3edafde047ad4db6f7b81afb53bb23f0.tar.bz2 mv-cd8b69ef3edafde047ad4db6f7b81afb53bb23f0.tar.xz mv-cd8b69ef3edafde047ad4db6f7b81afb53bb23f0.zip |
eathena: add packet SMSG_BEING_STAT_UPDATE_1 0x01ab.
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 005d1c863..ebeb16eba 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -114,6 +114,7 @@ #define SMSG_BEING_NAME_RESPONSE2 0x0220 /**< Has to be requested */ #define SMSG_BEING_CHANGE_DIRECTION 0x009c #define SMSG_BEING_RESURRECT 0x0148 +#define SMSG_BEING_STAT_UPDATE_1 0x01ab #define SMSG_PLAYER_STATUS_CHANGE 0x0229 #define SMSG_PLAYER_STATUS_CHANGE_NO_TICK 0x0196 |