From b6fa052f0dd125f6d3eb3e3f81aec3bb75137032 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Sep 2014 11:01:56 +0300 Subject: tmwa: read whole packet SMSG_BEING_SPAWN. --- src/net/tmwa/beinghandler.cpp | 1 + 1 file changed, 1 insertion(+) 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") } -- cgit v1.2.3-60-g2f50