summaryrefslogtreecommitdiff
path: root/src/net/eathena/questrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-04-07 01:37:41 +0300
committerAndrei Karas <akaras@inbox.ru>2018-04-07 01:54:33 +0300
commitf2ce478013f9cf60af1978cce37f2c4f32a6d038 (patch)
tree4f8e5f7f776a29b44e8d3cc935d563fab94e34d4 /src/net/eathena/questrecv.h
parentd483510d3c721e49c671a6510b23dc950332ba73 (diff)
downloadManaVerse-f2ce478013f9cf60af1978cce37f2c4f32a6d038.tar.gz
ManaVerse-f2ce478013f9cf60af1978cce37f2c4f32a6d038.tar.bz2
ManaVerse-f2ce478013f9cf60af1978cce37f2c4f32a6d038.tar.xz
ManaVerse-f2ce478013f9cf60af1978cce37f2c4f32a6d038.zip
Add packet SMSG_QUEST_NOTIFY_OBJECTIVES 0x08fe.
Diffstat (limited to 'src/net/eathena/questrecv.h')
-rw-r--r--src/net/eathena/questrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/questrecv.h b/src/net/eathena/questrecv.h
index 1d7e17b95..f0b1582db 100644
--- a/src/net/eathena/questrecv.h
+++ b/src/net/eathena/questrecv.h
@@ -35,6 +35,7 @@ namespace EAthena
void processAddQuests(Net::MessageIn &msg);
void processAddQuests2(Net::MessageIn &msg);
void processAddQuestsObjectives(Net::MessageIn &msg);
+ void processUpdateQuestsObjectives2(Net::MessageIn &msg);
void processUpdateQuestsObjectives(Net::MessageIn &msg);
void processRemoveQuest(Net::MessageIn &msg);
void processActivateQuest(Net::MessageIn &msg);