docs-en:item_refund_instance.md

item_refund_instance

<-Back-to:Characters

The `item_refund_instance` table

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.

Structure

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

Description of the fields

The GUID of the item bought by the vendor. See item_instance.guid.

The GUID of the player eligible for the refund. See characters.guid.

The amount of money (in copper) paid for the item.

The ItemExtendedCost.dbc ID that was paid for the item.

  • docs-en/item_refund_instance.md.txt
  • 最后更改: 2024/03/15 19:08
  • 127.0.0.1