diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-29 13:31:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-29 13:31:38 +0300 |
commit | 8caabaeaf267d617ae04f13454bb587c3dbfa427 (patch) | |
tree | 6dd735e6e7c30a2c68e4bcbcd41f405900f75e19 /src/net/eathena/protocol.h | |
parent | 15204fc913d45dc54b1b67192ab2e5c409bf8e1a (diff) | |
download | plus-8caabaeaf267d617ae04f13454bb587c3dbfa427.tar.gz plus-8caabaeaf267d617ae04f13454bb587c3dbfa427.tar.bz2 plus-8caabaeaf267d617ae04f13454bb587c3dbfa427.tar.xz plus-8caabaeaf267d617ae04f13454bb587c3dbfa427.zip |
eathena: add packet SMSG_MOB_INFO 0x0b03.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index b101e273a..469cdb77c 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -307,8 +307,11 @@ #define SMSG_ELEMENTAL_INFO 0x081d #define SMSG_UPDATE_HOST 0x0063 + #define SMSG_MAP_MASK 0x0b02 +#define SMSG_MOB_INFO 0x0b03 + /********************************** * Packets from client to server * **********************************/ |