mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
Apply style fix pt4
This commit is contained in:
parent
d93dbd95fe
commit
4727d8846f
87 changed files with 710 additions and 0 deletions
|
|
@ -141,7 +141,9 @@ void WorldSession::HandleSendMail(WorldPacket& recv_data)
|
|||
|
||||
ObjectGuid itemGuids[MAX_MAIL_ITEMS];
|
||||
for (uint8 i = 0; i < items_count; ++i)
|
||||
{
|
||||
recv_data.ReadGuidMask<2, 6, 3, 7, 1, 0, 4, 5>(itemGuids[i]);
|
||||
}
|
||||
|
||||
recv_data.ReadGuidMask<3, 4>(mailboxGuid);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue