mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
Updated to latest PTR build.
This commit is contained in:
parent
32168d697b
commit
393d46f9f6
13 changed files with 103 additions and 46 deletions
|
|
@ -765,7 +765,7 @@ void WorldSession::HandleMailCreateTextItem(WorldPacket & recv_data )
|
|||
return;
|
||||
}
|
||||
|
||||
bodyItem->SetUInt32Value( ITEM_FIELD_ITEM_TEXT_ID, itemTextId );
|
||||
//bodyItem->SetUInt32Value( ITEM_FIELD_ITEM_TEXT_ID, itemTextId );
|
||||
bodyItem->SetUInt32Value( ITEM_FIELD_CREATOR, m->sender);
|
||||
|
||||
sLog.outDetail("HandleMailCreateTextItem mailid=%u",mailId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue