diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-06 00:51:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 02:02:31 +0300 |
commit | 1c00cf20fb58492489f8137161c552fe4d70d2cb (patch) | |
tree | cbe6d7a04f0582aa55f81bcaa28a68011c582efc /src/net/eathena/questhandler.cpp | |
parent | c1b0e49636cbc2a08f7690c33a6367542f6857b3 (diff) | |
download | plus-1c00cf20fb58492489f8137161c552fe4d70d2cb.tar.gz plus-1c00cf20fb58492489f8137161c552fe4d70d2cb.tar.bz2 plus-1c00cf20fb58492489f8137161c552fe4d70d2cb.tar.xz plus-1c00cf20fb58492489f8137161c552fe4d70d2cb.zip |
eathena: read whole packet in processAddQuestsObjectives.
Diffstat (limited to 'src/net/eathena/questhandler.cpp')
-rw-r--r-- | src/net/eathena/questhandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/questhandler.cpp b/src/net/eathena/questhandler.cpp index 3d6cde34f..d7e8bf6e8 100644 --- a/src/net/eathena/questhandler.cpp +++ b/src/net/eathena/questhandler.cpp @@ -141,6 +141,7 @@ void QuestHandler::processAddQuestsObjectives(Net::MessageIn &msg) msg.readString(24, "monster name"); } } + msg.skipToEnd("unused"); } void QuestHandler::processUpdateQuestsObjectives(Net::MessageIn &msg) |