summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-10 11:01:56 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-10 11:01:56 +0300
commitb6fa052f0dd125f6d3eb3e3f81aec3bb75137032 (patch)
tree66d65aff440bcd3ec0d421df81e8e222487aa0ea
parentcd1cdf401edc0f7e857e0bc4f54d1f791e6df7ab (diff)
downloadplus-b6fa052f0dd125f6d3eb3e3f81aec3bb75137032.tar.gz
plus-b6fa052f0dd125f6d3eb3e3f81aec3bb75137032.tar.bz2
plus-b6fa052f0dd125f6d3eb3e3f81aec3bb75137032.tar.xz
plus-b6fa052f0dd125f6d3eb3e3f81aec3bb75137032.zip
tmwa: read whole packet SMSG_BEING_SPAWN.
-rw-r--r--src/net/tmwa/beinghandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp
index dc5b1842d..a4515debb 100644
--- a/src/net/tmwa/beinghandler.cpp
+++ b/src/net/tmwa/beinghandler.cpp
@@ -996,6 +996,7 @@ void BeingHandler::processBeingSpawn(Net::MessageIn &msg)
msg.readInt16("opt2");
msg.readInt16("option");
msg.readInt16("disguise");
+ msg.skip(25, "unused");
BLOCK_END("BeingHandler::processBeingSpawn")
}