Core: Update to 10.1
Port From (https://github.com/TrinityCore/TrinityCore/commit/16bc74667e8996b64258718e95b97258dfc0217a)
This commit is contained in:
@@ -216,12 +216,12 @@ namespace Game.Networking.Packets
|
||||
public override void Read()
|
||||
{
|
||||
PetGuid = _worldPacket.ReadPackedGuid();
|
||||
Flags = _worldPacket.ReadUInt32();
|
||||
Flags = _worldPacket.ReadUInt16();
|
||||
ControlType = (FlagsControlType)_worldPacket.ReadBits<byte>(2);
|
||||
}
|
||||
|
||||
public ObjectGuid PetGuid;
|
||||
public uint Flags;
|
||||
public ushort Flags;
|
||||
public FlagsControlType ControlType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user