mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(Core/Mail): do not show expired mails in packets (#10560)
Fixed #5920
This commit is contained in:
@@ -5974,7 +5974,6 @@ void ObjectMgr::ReturnOrDeleteOldMails(bool serverUp)
|
||||
m->stationery = fields[6].Get<uint8>();
|
||||
m->checked = fields[7].Get<uint8>();
|
||||
m->mailTemplateId = fields[8].Get<int16>();
|
||||
m->auctionId = fields[9].Get<int32>();
|
||||
|
||||
Player* player = nullptr;
|
||||
if (serverUp)
|
||||
|
||||
Reference in New Issue
Block a user