From a5ce1a9872c4c34af4d4336e3fd512036511c659 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 1 Mar 2016 03:54:54 +0300 Subject: Fix reading packet SMSG_BEING_FAKE_NAME. --- src/net/eathena/beingrecv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp index 5ab7bf5e3..b6e30d7fc 100644 --- a/src/net/eathena/beingrecv.cpp +++ b/src/net/eathena/beingrecv.cpp @@ -1331,7 +1331,7 @@ void BeingRecv::processBeingFakeName(Net::MessageIn &msg) msg.readCoordinates(x, y, dir, "position"); msg.readUInt8("sx"); msg.readUInt8("sy"); - msg.skip(4, "unused"); + msg.skip(3, "unused"); Being *const dstBeing = createBeing2(msg, id, job, type); if (!dstBeing) -- cgit v1.2.3-60-g2f50