mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-11 04:28:41 +01:00
Core/PacketIO: Use new packet writing utilities in a bunch of files
This commit is contained in:
@@ -1005,7 +1005,7 @@ void WorldSession::SendAuctionHello(ObjectGuid guid, Unit const* unit)
|
||||
return;
|
||||
|
||||
WorldPackets::AuctionHouse::AuctionHelloResponse auctionHelloResponse;
|
||||
auctionHelloResponse.Guid = guid;
|
||||
auctionHelloResponse.Auctioneer = guid;
|
||||
auctionHelloResponse.OpenForBusiness = true; // 3.3.3: 1 - AH enabled, 0 - AH disabled
|
||||
SendPacket(auctionHelloResponse.Write());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user