Core: Updated to 11.2.5.63704
Port From (https://github.com/TrinityCore/TrinityCore/commit/53068a94e88991ae7196fb247df4b7ca2e47e554)
This commit is contained in:
@@ -32,8 +32,8 @@ namespace Game.Networking.Packets
|
||||
{
|
||||
_worldPacket.WriteUInt64(auctionableTokenAuctionable.Id);
|
||||
_worldPacket.WriteInt64(auctionableTokenAuctionable.LastUpdate);
|
||||
_worldPacket.WriteUInt64(auctionableTokenAuctionable.Price);
|
||||
_worldPacket.WriteUInt32(auctionableTokenAuctionable.Status);
|
||||
_worldPacket.WriteUInt64(auctionableTokenAuctionable.Price);
|
||||
_worldPacket.WriteUInt32(auctionableTokenAuctionable.DurationLeft);
|
||||
}
|
||||
}
|
||||
@@ -70,15 +70,15 @@ namespace Game.Networking.Packets
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WriteUInt64(PriceGuarantee);
|
||||
_worldPacket.WriteUInt32(ClientToken);
|
||||
_worldPacket.WriteUInt32((uint)ServerToken);
|
||||
_worldPacket.WriteUInt64(PriceGuarantee);
|
||||
_worldPacket.WriteUInt32(PriceLockDurationSeconds);
|
||||
}
|
||||
|
||||
public ulong PriceGuarantee;
|
||||
public uint ClientToken;
|
||||
public TokenResult ServerToken;
|
||||
public ulong PriceGuarantee;
|
||||
public uint PriceLockDurationSeconds;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user