[7367] Restore one more time broken auctions work. Sorry :(

This commit is contained in:
VladimirMangos 2009-03-01 19:01:17 +03:00
parent aa5f021d28
commit 98750bd95b
2 changed files with 2 additions and 2 deletions

View file

@ -645,7 +645,7 @@ bool AuctionEntry::BuildAuctionInfo(WorldPacket & data) const
data << uint32(pItem->GetCount()); //item->count
data << uint32(pItem->GetSpellCharges()); //item->charge FFFFFFF
data << uint32(0); //Unknown
data << uint32(owner); //Auction->owner
data << uint64(owner); //Auction->owner
data << uint32(startbid); //Auction->startbid (not sure if useful)
data << uint32(bid ? GetAuctionOutBid() : 0);
//minimal outbid

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7366"
#define REVISION_NR "7367"
#endif // __REVISION_NR_H__