diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-10 20:30:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-10 20:30:10 +0300 |
commit | 890fd4c9ceab089de688b00acf5163d795ccec4a (patch) | |
tree | bcaf7fb78fdb6a0fb426f2abe9a9636cb2050076 /src/net/eathena/protocol.h | |
parent | 7c6f3d5a9cc4e83520dc8c2ac75ec987e730d381 (diff) | |
download | mv-890fd4c9ceab089de688b00acf5163d795ccec4a.tar.gz mv-890fd4c9ceab089de688b00acf5163d795ccec4a.tar.bz2 mv-890fd4c9ceab089de688b00acf5163d795ccec4a.tar.xz mv-890fd4c9ceab089de688b00acf5163d795ccec4a.zip |
eathena: add packet SMSG_BEING_ATTRS 0x0b0a.
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 baf048c56..3c713ff72 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -127,6 +127,7 @@ #define SMSG_BEING_CHANGE_DIRECTION 0x009c #define SMSG_BEING_RESURRECT 0x0148 #define SMSG_BEING_STAT_UPDATE_1 0x01ab +#define SMSG_BEING_ATTRS 0x0b0a #define SMSG_PLAYER_STATUS_CHANGE 0x0229 #define SMSG_PLAYER_STATUS_CHANGE2 0x028a |