diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-03 00:19:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | d1b748607aae28c82c0f53e0a97bc988174f6b7a (patch) | |
tree | 1ab015faf5e49ec1afd9a2ba3867cf1f2ff65aaa /src/net/eathena/protocol.h | |
parent | 6389a4cdcf2b67385bcdb5a37954caba6c28464a (diff) | |
download | plus-d1b748607aae28c82c0f53e0a97bc988174f6b7a.tar.gz plus-d1b748607aae28c82c0f53e0a97bc988174f6b7a.tar.bz2 plus-d1b748607aae28c82c0f53e0a97bc988174f6b7a.tar.xz plus-d1b748607aae28c82c0f53e0a97bc988174f6b7a.zip |
eathena: partially impliment packet SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5.
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 7aee6cfa3..f77af71a5 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -185,6 +185,7 @@ #define SMSG_QUEST_ADD 0x02b3 #define SMSG_QUEST_LIST 0x02b1 #define SMSG_QUEST_LIST_OBJECTIVES 0x02b2 +#define SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5 #define SMSG_MVP 0x010c |