mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11005] Finish structure of inspected item fields.
Also restore items inspect show in case disabled talent inspection.
This commit is contained in:
parent
c8fe77f8ca
commit
7864d7f07f
2 changed files with 5 additions and 7 deletions
|
|
@ -22078,9 +22078,9 @@ void Player::BuildEnchantmentsInfoData(WorldPacket *data)
|
|||
|
||||
data->put<uint16>(enchantmentMaskPos, enchantmentMask);
|
||||
|
||||
*data << uint16(0); // ?
|
||||
*data << uint8(0); // PGUID!
|
||||
*data << uint32(0); // seed?
|
||||
*data << uint16(item->GetItemRandomPropertyId());
|
||||
*data << item->GetGuidValue(ITEM_FIELD_CREATOR).WriteAsPacked();
|
||||
*data << uint32(item->GetItemSuffixFactor());
|
||||
}
|
||||
|
||||
data->put<uint32>(slotUsedMaskPos, slotUsedMask);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue