diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 12:55:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 12:55:03 +0300 |
commit | e7f2216326c3fba6a76d0ee3af1fba9a7782cec6 (patch) | |
tree | 18d1097e36a1905031255ae6dfdc301148eb2e2e /src/net/eathena/protocol.h | |
parent | a5199d9d9af28d7a2b5472b02c72445c25a5a3f9 (diff) | |
download | plus-e7f2216326c3fba6a76d0ee3af1fba9a7782cec6.tar.gz plus-e7f2216326c3fba6a76d0ee3af1fba9a7782cec6.tar.bz2 plus-e7f2216326c3fba6a76d0ee3af1fba9a7782cec6.tar.xz plus-e7f2216326c3fba6a76d0ee3af1fba9a7782cec6.zip |
eathena: add support for packet CMSG_PLAYER_MAPMOVE 0x0140.
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 560bf02d9..4fcf75ce7 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -309,6 +309,7 @@ #define CMSG_REQUEST_RANKS 0x097c #define CMSG_SET_SHORTCUTS 0x02ba #define CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1 +#define CMSG_PLAYER_MAPMOVE 0x0140 #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |