mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(Core/Mail): cleanup pending auction sale mail (#6022)
This commit is contained in:
@@ -1653,8 +1653,7 @@ public:
|
||||
uint32 GetMailCacheSize() { return m_mailCache.size();}
|
||||
Mail* GetMail(uint32 id);
|
||||
|
||||
PlayerMails::iterator GetMailBegin() { return m_mailCache.begin();}
|
||||
PlayerMails::iterator GetMailEnd() { return m_mailCache.end();}
|
||||
PlayerMails const& GetMails() const { return m_mailCache; }
|
||||
|
||||
/*********************************************************/
|
||||
/*** MAILED ITEMS SYSTEM ***/
|
||||
|
||||
Reference in New Issue
Block a user