mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
typo in auctionmgr
This commit is contained in:
parent
41fec59cf9
commit
b30fed45de
1 changed files with 2 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ void AuctionHouseMgr::LoadAuctionItems()
|
|||
|
||||
if(!proto)
|
||||
{
|
||||
sLog.outError( "ObjectMgr::LoadAuctionItems: Unknown item (GUID: %u id: #%u) in auction, skipped.", item_guid,item_template);
|
||||
sLog.outError( "AuctionHouseMgr::LoadAuctionItems: Unknown item (GUID: %u id: #%u) in auction, skipped.", item_guid,item_template);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
@ -416,7 +416,7 @@ void AuctionHouseMgr::LoadAuctions()
|
|||
}
|
||||
|
||||
// check if sold item exists for guid
|
||||
// and item_template in fact (GetAItem will fail if problematic in result check in ObjectMgr::LoadAuctionItems)
|
||||
// and item_template in fact (GetAItem will fail if problematic in result check in AuctionHouseMgr::LoadAuctionItems)
|
||||
if ( !GetAItem( aItem->item_guidlow ) )
|
||||
{
|
||||
aItem->DeleteFromDB();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue