feat(Core/Player): add helper for send large count mail items (#8460)

This commit is contained in:
Kargatum
2021-10-14 15:25:15 +07:00
committed by GitHub
parent 5fafa92594
commit 1c40caa4d6
3 changed files with 90 additions and 20 deletions

View File

@@ -1580,6 +1580,8 @@ public:
Mail* GetMail(uint32 id);
PlayerMails const& GetMails() const { return m_mail; }
void SendItemRetrievalMail(uint32 itemEntry, uint32 count); // Item retrieval mails sent by The Postmaster (34337)
void SendItemRetrievalMail(std::vector<std::pair<uint32, uint32>> mailItems); // Item retrieval mails sent by The Postmaster (34337)
/*********************************************************/
/*** MAILED ITEMS SYSTEM ***/