diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-18 00:07:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-18 00:07:02 +0300 |
commit | b1fae7bfe9a48c8a25f8b7d048256a5ab0de4c3f (patch) | |
tree | f7052c942f2757412cd4692859194a2448279218 /src/net/eathena/protocol.h | |
parent | 823aa3ec75e3d7388bafffa5dd7d1fb36a54e7ce (diff) | |
download | plus-b1fae7bfe9a48c8a25f8b7d048256a5ab0de4c3f.tar.gz plus-b1fae7bfe9a48c8a25f8b7d048256a5ab0de4c3f.tar.bz2 plus-b1fae7bfe9a48c8a25f8b7d048256a5ab0de4c3f.tar.xz plus-b1fae7bfe9a48c8a25f8b7d048256a5ab0de4c3f.zip |
eathena: add partial support for packet SMSG_SKILL_ITEM_LIST_WINDOW 0x07e3.
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 08235bbfc..b482c246b 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -348,6 +348,7 @@ #define SMSG_SKILL_NO_DAMAGE 0x011a #define SMSG_SKILL_GROUND_NO_DAMAGE 0x0117 #define SMSG_SKILL_ENTRY 0x09ca +#define SMSG_SKILL_ITEM_LIST_WINDOW 0x07e3 #define SMSG_PVP_MAP_MODE 0x0199 #define SMSG_PVP_SET 0x019a |