mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
Core/Auction: Fix an error in SMSG_AUCTION_OWNER_NOTIFICATION. Thanks Fredi.
This commit is contained in:
@@ -106,8 +106,8 @@ void WorldSession::SendAuctionOwnerNotification(AuctionEntry* auction)
|
||||
data << uint64(auction->bid);
|
||||
data << uint64(0); //unk
|
||||
data << uint64(0); //unk
|
||||
data << uint32(0); //unk
|
||||
data << uint32(auction->item_template);
|
||||
data << uint32(0); //unk
|
||||
data << float(0); //unk
|
||||
SendPacket(&data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user