summaryrefslogtreecommitdiff
path: root/src/net/eathena/questhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-04 13:43:28 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-04 13:43:28 +0300
commita091e57428367f0fee4130cda66867fe56e0e12e (patch)
tree82960f37f2defa7cc486e4653c4b087edbf959a8 /src/net/eathena/questhandler.cpp
parentfb36852e1fe3e93811ef7de329729789ec815cf5 (diff)
downloadplus-a091e57428367f0fee4130cda66867fe56e0e12e.tar.gz
plus-a091e57428367f0fee4130cda66867fe56e0e12e.tar.bz2
plus-a091e57428367f0fee4130cda66867fe56e0e12e.tar.xz
plus-a091e57428367f0fee4130cda66867fe56e0e12e.zip
eathena: update to hercules changes for packets version 20141022.
Diffstat (limited to 'src/net/eathena/questhandler.cpp')
-rw-r--r--src/net/eathena/questhandler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/questhandler.cpp b/src/net/eathena/questhandler.cpp
index 796663bde..cd1521d6d 100644
--- a/src/net/eathena/questhandler.cpp
+++ b/src/net/eathena/questhandler.cpp
@@ -128,6 +128,9 @@ void QuestHandler::processAddQuests(Net::MessageIn &msg)
{
const int var = msg.readInt32("quest id");
const int val = msg.readUInt8("state");
+ msg.readInt32("time diff");
+ msg.readInt32("time");
+ msg.readInt16("objectives count");
if (questsWindow)
questsWindow->updateQuest(var, val);
if (skillDialog)