====== item_refund_instance 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] 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|item_guid]]|INT|UNSIGNED|PRI|NO| | |Item GUID| |[[#player_guid|player_guid]]|INT|UNSIGNED|PRI|NO| | |Player GUID| |[[#paidMoney|paidMoney]]|INT|UNSIGNED| |NO|0| | | |[[#paidExtendedCost|paidExtendedCost]]|SMALLINT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== item_guid ==== The GUID of the item bought by the vendor. See item_instance.guid. ==== player_guid ==== The GUID of the player eligible for the refund. See characters.guid. ==== paidMoney ==== The amount of money (in copper) paid for the item. ==== paidExtendedCost ==== The ItemExtendedCost.dbc ID that was paid for the item.