summaryrefslogtreecommitdiff
path: root/src/net/eathena/questrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-26 01:57:34 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-26 01:57:34 +0300
commit199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb (patch)
tree937e065ee92d92babcfb51078b544e5363b72927 /src/net/eathena/questrecv.h
parent248aa66d1065b99ae8b138ef7929f1573c56f79b (diff)
downloadplus-199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb.tar.gz
plus-199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb.tar.bz2
plus-199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb.tar.xz
plus-199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb.zip
Add packet SMSG_QUEST_LIST2 0x0b23.
Increase packet version to 20.
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 246bd4ddd..3c17010df 100644
--- a/src/net/eathena/questrecv.h
+++ b/src/net/eathena/questrecv.h
@@ -32,6 +32,7 @@ namespace EAthena
{
void processAddQuest(Net::MessageIn &msg);
void processAddQuests(Net::MessageIn &msg);
+ void processAddQuests2(Net::MessageIn &msg);
void processAddQuestsObjectives(Net::MessageIn &msg);
void processUpdateQuestsObjectives(Net::MessageIn &msg);
void processRemoveQuest(Net::MessageIn &msg);