summaryrefslogtreecommitdiff
path: root/src/net/eathena/questhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-03 00:19:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:56 +0300
commitd1b748607aae28c82c0f53e0a97bc988174f6b7a (patch)
tree1ab015faf5e49ec1afd9a2ba3867cf1f2ff65aaa /src/net/eathena/questhandler.h
parent6389a4cdcf2b67385bcdb5a37954caba6c28464a (diff)
downloadplus-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/questhandler.h')
-rw-r--r--src/net/eathena/questhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/questhandler.h b/src/net/eathena/questhandler.h
index 95cab96d3..a3782e75b 100644
--- a/src/net/eathena/questhandler.h
+++ b/src/net/eathena/questhandler.h
@@ -41,6 +41,8 @@ class QuestHandler final : public MessageHandler
static void processAddQuests(Net::MessageIn &msg);
static void processAddQuestsObjectives(Net::MessageIn &msg);
+
+ static void processUpdateQuestsObjectives(Net::MessageIn &msg);
};
} // namespace EAthena