summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")
}