fix(Core/Auction): Fix usable item search in auction (#21267)
This commit is contained in:
parent
1acd652105
commit
d2500e8cb7
1 changed files with 3 additions and 0 deletions
|
|
@ -749,6 +749,9 @@ void WorldSession::HandleAuctionListItems(WorldPacket& recvData)
|
|||
if (usable)
|
||||
{
|
||||
AuctionHouseUsablePlayerInfo usablePlayerInfo;
|
||||
usablePlayerInfo.classMask = GetPlayer()->getClassMask();
|
||||
usablePlayerInfo.raceMask = GetPlayer()->getRaceMask();
|
||||
usablePlayerInfo.level = GetPlayer()->GetLevel();
|
||||
|
||||
SkillStatusMap const& skillMap = GetPlayer()->GetSkillStatusMap();
|
||||
for (auto const& pair : skillMap)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue