summaryrefslogtreecommitdiff
path: root/src/net/eathena/questrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/questrecv.cpp')
-rw-r--r--src/net/eathena/questrecv.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/net/eathena/questrecv.cpp b/src/net/eathena/questrecv.cpp
index b05d85c64..b77915e3a 100644
--- a/src/net/eathena/questrecv.cpp
+++ b/src/net/eathena/questrecv.cpp
@@ -108,7 +108,13 @@ void QuestRecv::processAddQuests(Net::MessageIn &msg)
const int cnt = msg.readInt16("objectives count");
for (int d = 0; d < cnt; d ++)
{
- if (msg.getVersion() >= 20150513)
+ if (msg.getVersion() >= 20181010)
+ {
+ msg.readInt32("hunt ident");
+ msg.readInt32("hunt ident2");
+ msg.readInt32("mob type");
+ }
+ else if (msg.getVersion() >= 20150513)
{
msg.readInt32("hunt ident");
msg.readInt32("mob type");