Core: Updated to 10.0.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/4bec7233badf9d3ab71dbdde8b24f66f7c4eedfb)
This commit is contained in:
@@ -899,11 +899,9 @@ namespace Game.Networking.Packets
|
||||
public override void Read()
|
||||
{
|
||||
UnitGUID = _worldPacket.ReadPackedGuid();
|
||||
DisplayID = _worldPacket.ReadUInt32();
|
||||
}
|
||||
|
||||
public ObjectGuid UnitGUID;
|
||||
public uint DisplayID;
|
||||
}
|
||||
|
||||
class MirrorImageComponentedData : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user