Core/PacketIO: Updated SMSG_UPDATE_OBJECT for 11.0.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/68db469ee1f992bcdc81de64d6af1007d303be05)
This commit is contained in:
@@ -11,8 +11,9 @@ namespace Game.Networking.Packets
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WriteUInt32(NumObjUpdates);
|
||||
_worldPacket.WriteUInt16(MapID);
|
||||
_worldPacket.WriteUInt32(NumObjUpdates);
|
||||
_worldPacket.WriteBit(true); // unk
|
||||
_worldPacket.WriteBytes(Data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user