diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 00:41:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 00:41:19 +0300 |
commit | 3d1770d40bb11292d79bbdf0a6c9e628509632d5 (patch) | |
tree | 3e3bf62a1821fb67dc59fd29d35e7d462be54714 /src/net/eathena/protocol.h | |
parent | df01c98c8a7c0b45de0b67cf484994e5886fef4d (diff) | |
download | plus-3d1770d40bb11292d79bbdf0a6c9e628509632d5.tar.gz plus-3d1770d40bb11292d79bbdf0a6c9e628509632d5.tar.bz2 plus-3d1770d40bb11292d79bbdf0a6c9e628509632d5.tar.xz plus-3d1770d40bb11292d79bbdf0a6c9e628509632d5.zip |
eathena: add packet CMSG_SET_SHORTCUTS 0x02ba.
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 db7ed985e..27e6d250d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -306,6 +306,7 @@ #define CMSG_SOLVE_CHAR_NAME 0x0368 #define CMSG_IGNORE_ALL 0x00d0 #define CMSG_REQUEST_RANKS 0x097c +#define CMSG_SET_SHORTCUTS 0x02ba #define SMSG_SOLVE_CHAR_NAME 0x0194 #define SMSG_SKILL_CASTING 0x07fb |