Back to 'item_loot_money' Return to characters Go to 'item_soulbound_trade_data'
This table serves as a receipt of refundable purchases during a 2 hour ingame time window. It holds information on what currency was spent to purchase the item.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
item_guid | int | unsigned | PRI | NO | Item GUID | ||
player_guid | int | unsigned | PRI | NO | Player GUID | ||
paidMoney | int | unsigned | NO | 0 | |||
paidExtendedCost | smallint | unsigned | NO | 0 |
references item_instance.guid
The character guid eligible for the refund.
The amount of money (in copper) paid for the item.
The ItemExtendedCost ID that was paid for the item.
Back to 'item_loot_money' Return to characters Go to 'item_soulbound_trade_data'