mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Packets: fixed SMSG_AUCTION_HELLO_RESPONSE packet structure
This commit is contained in:
@@ -590,6 +590,7 @@ WorldPacket const* AuctionHelloResponse::Write()
|
||||
_worldPacket << Guid;
|
||||
_worldPacket << uint32(PurchasedItemDeliveryDelay);
|
||||
_worldPacket << uint32(CancelledItemDeliveryDelay);
|
||||
_worldPacket << uint32(DeliveryDelay);
|
||||
_worldPacket.WriteBit(OpenForBusiness);
|
||||
_worldPacket.FlushBits();
|
||||
|
||||
|
||||
@@ -422,6 +422,7 @@ namespace WorldPackets
|
||||
ObjectGuid Guid;
|
||||
uint32 PurchasedItemDeliveryDelay = 0;
|
||||
uint32 CancelledItemDeliveryDelay = 0;
|
||||
uint32 DeliveryDelay = 0;
|
||||
bool OpenForBusiness = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user