From b93817e01a3e8142c80c4d315023f2d47e2fec71 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 14:38:21 -0300 Subject: docs: Converting from HTML to Markdown part #5 (#334) --- docs/item_refund_instance.md | 75 +++++++------------------------------------- 1 file changed, 11 insertions(+), 64 deletions(-) (limited to 'docs/item_refund_instance.md') diff --git a/docs/item_refund_instance.md b/docs/item_refund_instance.md index a030d48..75b0f01 100644 --- a/docs/item_refund_instance.md +++ b/docs/item_refund_instance.md @@ -8,70 +8,17 @@ This table serves as a receipt of refundable purchases during a 2 hour ingame ti **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

item_guid

int(10)

unsigned

PRI

NO

 

Unique

Item GUID

player_guid

int(10)

unsigned

PRI

NO

 

 

Player GUID

paidMoney

int(10)

unsigned

 

NO

0

 

 

paidExtendedCost

smallint(5)

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-----------------------|-------------|------------|-----|------|---------|--------|-------------| +| [item_guid][1] | int(10) | unsigned | PRI | NO | | Unique | Item GUID | +| [player_guid][2] | int(10) | unsigned | PRI | NO | | | Player GUID | +| [paidMoney][3] | int(10) | unsigned | | NO | 0 | | | +| [paidExtendedCost][4] | smallint(5) | unsigned | | NO | 0 | | | + +[1]: #item_guid +[2]: #player_guid +[3]: #paidmoney +[4]: #paidextendedcost **Description of the fields** -- cgit