summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-08 14:06:12 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-08 14:06:12 +0300
commita390ab70d72c755612d4c12956b5577931a7e8d3 (patch)
tree0b6deb1a3ee2f0bcc238bd2b527d4be645b02f90
parentd1b123a4da2c51f82011841000949322e05ecba5 (diff)
downloadplus-a390ab70d72c755612d4c12956b5577931a7e8d3.tar.gz
plus-a390ab70d72c755612d4c12956b5577931a7e8d3.tar.bz2
plus-a390ab70d72c755612d4c12956b5577931a7e8d3.tar.xz
plus-a390ab70d72c755612d4c12956b5577931a7e8d3.zip
eathena: reead whole packet SMSG_QUEST_ADD.
-rw-r--r--src/net/eathena/questhandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/questhandler.cpp b/src/net/eathena/questhandler.cpp
index 44567139f..61a1704a4 100644
--- a/src/net/eathena/questhandler.cpp
+++ b/src/net/eathena/questhandler.cpp
@@ -93,6 +93,8 @@ void QuestHandler::processAddQuest(Net::MessageIn &msg)
msg.readString(24, "monster name");
}
+ msg.skipToEnd("unused");
+
if (questsWindow)
{
questsWindow->updateQuest(var, val);