Core/AuctionHouse: Ported WorldSession::SendAuctionHello argument type change from a3aecbdd92

This commit is contained in:
Shauren
2024-07-25 12:09:54 +02:00
parent cf75b99378
commit 653abefd24
2 changed files with 2 additions and 2 deletions

View File

@@ -992,7 +992,7 @@ void WorldSession::HandleAuctionSetFavoriteItem(WorldPackets::AuctionHouse::Auct
}
//this void causes that auction window is opened
void WorldSession::SendAuctionHello(ObjectGuid guid, Creature* unit)
void WorldSession::SendAuctionHello(ObjectGuid guid, Unit const* unit)
{
if (GetPlayer()->GetLevel() < sWorld->getIntConfig(CONFIG_AUCTION_LEVEL_REQ))
{

View File

@@ -1110,7 +1110,7 @@ class TC_GAME_API WorldSession
}
}
// Auction
void SendAuctionHello(ObjectGuid guid, Creature* unit);
void SendAuctionHello(ObjectGuid guid, Unit const* unit);
/**
* @fn void WorldSession::SendAuctionCommandResult(uint32 auctionId, uint32 action, uint32 errorCode, uint32 bagError = 0);