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:
@@ -86,8 +86,7 @@ namespace Game.Chat
|
||||
{
|
||||
// Reload dynamic data tables from the database
|
||||
Log.outInfo(LogFilter.Server, "Re-Loading Auctions...");
|
||||
Global.AuctionMgr.LoadAuctionItems();
|
||||
Global.AuctionMgr.LoadAuctions();
|
||||
Global.AuctionHouseMgr.LoadAuctions();
|
||||
handler.SendGlobalGMSysMessage("Auctions reloaded.");
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user