summaryrefslogtreecommitdiff
path: root/src/net/tmwa/questhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-16 00:20:35 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-16 00:20:35 +0300
commitc2e62187c5111c6ecc94573630f6da271d0145d6 (patch)
tree290bce219c5fc5588a5ca01951822c0bfeaa5378 /src/net/tmwa/questhandler.cpp
parentb8ad6772fbc9d3f0917e0b39ec66d0004a267904 (diff)
downloadplus-c2e62187c5111c6ecc94573630f6da271d0145d6.tar.gz
plus-c2e62187c5111c6ecc94573630f6da271d0145d6.tar.bz2
plus-c2e62187c5111c6ecc94573630f6da271d0145d6.tar.xz
plus-c2e62187c5111c6ecc94573630f6da271d0145d6.zip
eathena: add packet CMSG_QUEST_ACTIVATE 0x02b6.
Diffstat (limited to 'src/net/tmwa/questhandler.cpp')
-rw-r--r--src/net/tmwa/questhandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/questhandler.cpp b/src/net/tmwa/questhandler.cpp
index 3b8baac5e..b49db8f29 100644
--- a/src/net/tmwa/questhandler.cpp
+++ b/src/net/tmwa/questhandler.cpp
@@ -23,6 +23,7 @@
#include "gui/windows/skilldialog.h"
#include "gui/windows/questswindow.h"
+#include "net/tmwa/messageout.h"
#include "net/tmwa/protocol.h"
#include "resources/skillconsts.h"
@@ -96,4 +97,9 @@ void QuestHandler::processPlayerQuests(Net::MessageIn &msg)
questsWindow->rebuild(false);
}
+void QuestHandler::setQeustActiveState(const int questId A_UNUSED,
+ const bool active A_UNUSED) const
+{
+}
+
} // namespace TmwAthena