mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
Fix mail system not sending all items
This commit is contained in:
@@ -18836,7 +18836,7 @@ void Player::_LoadMailAsynch(PreparedQueryResult result)
|
|||||||
m->state = MAIL_STATE_UNCHANGED;
|
m->state = MAIL_STATE_UNCHANGED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m && has_items && fields[12].GetUInt32() /*itemEntry*/)
|
if (m && fields[20].GetBool() /*has_items*/ && fields[12].GetUInt32() /*itemEntry*/)
|
||||||
{
|
{
|
||||||
uint32 itemGuid = fields[11].GetUInt32();
|
uint32 itemGuid = fields[11].GetUInt32();
|
||||||
uint32 itemTemplate = fields[12].GetUInt32();
|
uint32 itemTemplate = fields[12].GetUInt32();
|
||||||
|
|||||||
Reference in New Issue
Block a user