diff options
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index 768d6061..e9ea84e8 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -213,6 +213,8 @@ static const int STORAGE_OFFSET = 1; #define SMSG_MVP 0x010c +#define SMSG_MAP_MASK 0x0226 + /********************************** * Packets from client to server * **********************************/ |