From 020bb7c43135289a801f411f75c8c588e94ff31b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Sep 2016 19:22:28 +0300 Subject: Add support for quest fields in quests window. Quest attributes: {@@var1}, {@@var2}, {@@var3}, {@@time} --- src/net/eathena/questrecv.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/net/eathena') diff --git a/src/net/eathena/questrecv.cpp b/src/net/eathena/questrecv.cpp index 88f804330..1a2ae5311 100644 --- a/src/net/eathena/questrecv.cpp +++ b/src/net/eathena/questrecv.cpp @@ -66,7 +66,6 @@ void QuestRecv::processAddQuest2(Net::MessageIn &msg) const int var = msg.readInt32("quest id"); msg.readUInt8("state"); const int val1 = msg.readInt32("count1"); - // +++ need use all this fields const int val2 = msg.readInt32("count2"); const int val3 = msg.readInt32("count3"); const int time = msg.readInt32("time"); @@ -116,7 +115,6 @@ void QuestRecv::processAddQuests2(Net::MessageIn &msg) const int var = msg.readInt32("quest id"); msg.readUInt8("state"); const int val1 = msg.readInt32("count1"); - // +++ need use all this fields const int val2 = msg.readInt32("count2"); const int val3 = msg.readInt32("count3"); const int time = msg.readInt32("time"); -- cgit v1.2.3-60-g2f50