Core/AuctionHouse: After taking a break at the start of patch 8.3 auction house is now back in business.
Port From (https://github.com/TrinityCore/TrinityCore/commit/aced88b09bd918b0ed17b6c5e8a6048788600d9d)
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Framework.Constants
|
||||
AuctionListBidderItems = 0x34d4,
|
||||
AuctionListItemsByBucketKey = 0x34d1,
|
||||
AuctionListItemsByItemId = 0x34d2,
|
||||
AuctionListItemsByItemKeys = 0x34d5,
|
||||
AuctionListBucketsByBucketKeys = 0x34d5,
|
||||
AuctionListOwnerItems = 0x34d3,
|
||||
AuctionPlaceBid = 0x34cf,
|
||||
AuctionRemoveItem = 0x34cd,
|
||||
@@ -813,11 +813,11 @@ namespace Framework.Constants
|
||||
AttackSwingLandedLog = 0x273a,
|
||||
AuctionClosedNotification = 0x2731,
|
||||
AuctionCommandResult = 0x272e,
|
||||
AuctionCommodityPriceUpdate = 0x28c3,
|
||||
AuctionCommodityQuote = 0x28c3,
|
||||
AuctionFavoriteItems = 0x28cc,
|
||||
AuctionHelloResponse = 0x272c,
|
||||
AuctionListBidderItemsResult = 0x28c2,
|
||||
AuctionListBucketItemsResult = 0x28bf,
|
||||
AuctionListFavoriteItemsResult = 0x28cc,
|
||||
AuctionListBucketsResult = 0x28bf,
|
||||
AuctionListItemsResult = 0x28c0,
|
||||
AuctionListOwnerItemsResult = 0x28c1,
|
||||
AuctionOutbidNotification = 0x2730,
|
||||
|
||||
Reference in New Issue
Block a user