summaryrefslogtreecommitdiff
path: root/src/net/eathena/questhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/questhandler.cpp')
-rw-r--r--src/net/eathena/questhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/questhandler.cpp b/src/net/eathena/questhandler.cpp
index d7e8bf6e8..44567139f 100644
--- a/src/net/eathena/questhandler.cpp
+++ b/src/net/eathena/questhandler.cpp
@@ -129,7 +129,7 @@ void QuestHandler::processAddQuestsObjectives(Net::MessageIn &msg)
const int quests = msg.readInt32("quests count");
for (int f = 0; f < quests; f ++)
{
- const int var = msg.readInt32("quest id");
+ msg.readInt32("quest id");
msg.readInt32("time diff");
msg.readInt32("time");
const int num = msg.readInt16("objectives count");