summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-02 23:22:26 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:56 +0300
commitf32c27a3446fc8312a7fd4f9a85b60720549582a (patch)
treecfd00cc5642ef897aba98bf9f6b1a53d02ddc825 /src/Makefile.am
parentb06871fcb8e0b678a7fdbc2a10b22283b2899d1c (diff)
downloadplus-f32c27a3446fc8312a7fd4f9a85b60720549582a.tar.gz
plus-f32c27a3446fc8312a7fd4f9a85b60720549582a.tar.bz2
plus-f32c27a3446fc8312a7fd4f9a85b60720549582a.tar.xz
plus-f32c27a3446fc8312a7fd4f9a85b60720549582a.zip
eathena: add basic handling for packet SMSG_QUEST_ADD 0x02b3.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 330f5fbd0..8baa3520a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1290,6 +1290,8 @@ manaplus_SOURCES += net/eathena/gui/guildtab.cpp \
net/eathena/playerhandler.cpp \
net/eathena/playerhandler.h \
net/eathena/protocol.h \
+ net/eathena/questhandler.cpp \
+ net/eathena/questhandler.h \
net/eathena/skillhandler.cpp \
net/eathena/skillhandler.h \
net/eathena/sprite.h \