Core/AuctionHouse: After taking a break at the start of patch 8.3 auction house is now back in business.

This commit is contained in:
Shauren
2020-04-20 20:36:24 +02:00
parent 7ef9acd765
commit aced88b09b
31 changed files with 3416 additions and 1564 deletions

View File

@@ -1086,7 +1086,6 @@ public:
{
///- Reload dynamic data tables from the database
TC_LOG_INFO("misc", "Re-Loading Auctions...");
sAuctionMgr->LoadAuctionItems();
sAuctionMgr->LoadAuctions();
handler->SendGlobalGMSysMessage("Auctions reloaded.");
return true;