From aeb24c79e3b69fafaa082ee586902b87f82a02f1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 3 Nov 2018 01:59:46 +0300 Subject: Add packet SMSG_QUEST_ADD 0x0b0c --- src/net/eathena/questrecv.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/net/eathena/questrecv.cpp') diff --git a/src/net/eathena/questrecv.cpp b/src/net/eathena/questrecv.cpp index b77915e3a..db8a1f39d 100644 --- a/src/net/eathena/questrecv.cpp +++ b/src/net/eathena/questrecv.cpp @@ -42,7 +42,13 @@ void QuestRecv::processAddQuest(Net::MessageIn &msg) for (int f = 0; f < num; f ++) { // need use in quests kills list - 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"); -- cgit v1.2.3-70-g09d2