mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
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:
@@ -6295,6 +6295,7 @@ void Player::_LoadMail(PreparedQueryResult mailsResult, PreparedQueryResult mail
|
|||||||
} while (mailItemsResult->NextRow());
|
} while (mailItemsResult->NextRow());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CharacterDatabase.CommitTransaction(pendingAuctionsTrans);
|
||||||
UpdateNextMailTimeAndUnreads();
|
UpdateNextMailTimeAndUnreads();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user