fix(Core/Player): restore the removal of pending sale mails (it was accidentally removed in https://github.com/azerothcore/azerothcore-wotlk/pull/8065) (#8550)

This commit is contained in:
Skjalf
2021-10-19 04:57:14 -03:00
committed by GitHub
parent fa832e5da0
commit db2b380ceb

View File

@@ -6295,6 +6295,7 @@ void Player::_LoadMail(PreparedQueryResult mailsResult, PreparedQueryResult mail
} while (mailItemsResult->NextRow());
}
CharacterDatabase.CommitTransaction(pendingAuctionsTrans);
UpdateNextMailTimeAndUnreads();
}