diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 23:10:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 23:10:33 +0300 |
commit | 0d2e07905e17d9ac9c53da4ba3bf798d967e7405 (patch) | |
tree | 2f34aa66d98f6b204a7d858febc8f211502a60da /src/net/eathena/protocol.h | |
parent | 3e33644761fb296b7efc122c757342ff0da17886 (diff) | |
download | manaverse-0d2e07905e17d9ac9c53da4ba3bf798d967e7405.tar.gz manaverse-0d2e07905e17d9ac9c53da4ba3bf798d967e7405.tar.bz2 manaverse-0d2e07905e17d9ac9c53da4ba3bf798d967e7405.tar.xz manaverse-0d2e07905e17d9ac9c53da4ba3bf798d967e7405.zip |
eathena: add partial support for packet SMSG_SKILL_MEMO_MESSAGE 0x011e.
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 b28e561f7..bb1b55fe9 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -100,6 +100,7 @@ #define SMSG_SKILL_AUTO_CAST 0x0147 #define SMSG_SKILL_SNAP 0x08d2 #define SMSG_SKILL_WARP_POINT 0x011c +#define SMSG_SKILL_MEMO_MESSAGE 0x011e #define SMSG_ITEM_USE_RESPONSE 0x00a8 #define SMSG_ITEM_VISIBLE 0x009d /**< An item is on the floor */ #define SMSG_GRAFFITI_VISIBLE 0x01c9 |