diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-14 13:13:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-14 13:13:20 +0300 |
commit | dc5e757b8ef36c1d3b083a67f4a55aead37b706c (patch) | |
tree | 6f3752058abc57664a74088d5480a042cab011df /src/net/eathena/protocol.h | |
parent | 83679d661c29e6e861375c329fa6618365f417c8 (diff) | |
download | mv-dc5e757b8ef36c1d3b083a67f4a55aead37b706c.tar.gz mv-dc5e757b8ef36c1d3b083a67f4a55aead37b706c.tar.bz2 mv-dc5e757b8ef36c1d3b083a67f4a55aead37b706c.tar.xz mv-dc5e757b8ef36c1d3b083a67f4a55aead37b706c.zip |
eathena: add partial support for packet SMSG_QUEST_ACTIVATE 0x02b7.
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 a6c0d7546..e6c0e18bc 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -226,6 +226,7 @@ #define SMSG_QUEST_LIST_OBJECTIVES 0x02b2 #define SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5 #define SMSG_QUEST_REMOVE 0x02b4 +#define SMSG_QUEST_ACTIVATE 0x02b7 #define SMSG_MVP 0x010c #define SMSG_RANKS_LIST 0x097d |