B1FleaMarketRevenueHistory
- Stores a single flea market revenue history entry, recording the buyer,
* the sold object, and the sale price.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BuyerId | FB1EntityId | Entity ID of the character who purchased the item. | |
| ObjectDtId | FName | Data table ID of the object that was sold. | |
| Price | int64 | Price at which the item was sold. |