diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-18 01:47:23 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-18 01:47:23 +0200 |
commit | 3b699158d2732d45e3a6bbb8c0dc1abfe85a9167 (patch) | |
tree | a4b8e95e65d458161c726be55cd263fee4f8b132 /src/net/tmwa/protocol.h | |
parent | 652759da11309e151d2d522532bc2a367cbd179d (diff) | |
download | plus-3b699158d2732d45e3a6bbb8c0dc1abfe85a9167.tar.gz plus-3b699158d2732d45e3a6bbb8c0dc1abfe85a9167.tar.bz2 plus-3b699158d2732d45e3a6bbb8c0dc1abfe85a9167.tar.xz plus-3b699158d2732d45e3a6bbb8c0dc1abfe85a9167.zip |
Add packet SMSG_BEING_NAME_RESPONSE2 with big being names.
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index e41275757..999216ee5 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -138,6 +138,7 @@ static const int STORAGE_OFFSET = 1; #define SMSG_BEING_ACTION 0x008a /**< Attack, sit, stand up, ... */ #define SMSG_BEING_CHAT 0x008d /**< A being talks */ #define SMSG_BEING_NAME_RESPONSE 0x0095 /**< Has to be requested */ +#define SMSG_BEING_NAME_RESPONSE2 0x0220 /**< Has to be requested */ #define SMSG_BEING_CHANGE_DIRECTION 0x009c #define SMSG_BEING_RESURRECT 0x0148 |