summaryrefslogtreecommitdiff
path: root/docs/item_soulbound_trade_data.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/item_soulbound_trade_data.md')
-rw-r--r--docs/item_soulbound_trade_data.md51
1 files changed, 7 insertions, 44 deletions
diff --git a/docs/item_soulbound_trade_data.md b/docs/item_soulbound_trade_data.md
index 1c30076..bdb431b 100644
--- a/docs/item_soulbound_trade_data.md
+++ b/docs/item_soulbound_trade_data.md
@@ -8,50 +8,13 @@ This table stores information about which players can trade soulbound items betw
**Structure**
-<table>
-<colgroup>
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><p><strong>Field</strong></p></td>
-<td><p><strong>Type</strong></p></td>
-<td><p><strong>Attributes</strong></p></td>
-<td><p><strong>Key</strong></p></td>
-<td><p><strong>Null</strong></p></td>
-<td><p><strong>Default</strong></p></td>
-<td><p><strong>Extra</strong></p></td>
-<td><p><strong>Comment</strong></p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#itemguid">itemGuid</a></p></td>
-<td><p>int(10)</p></td>
-<td><p>unsigned</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p> </p></td>
-<td><p>Unique</p></td>
-<td><p>Item GUID</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#alowedplayers">alowedplayers</a></p></td>
-<td><p>text</p></td>
-<td><p>signed</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-<td><p>Space separated GUID list of players who can receive this item in trade</p></td>
-</tr>
-</tbody>
-</table>
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|--------------------|---------|------------|-----|------|---------|--------|-------------------------------------------------------------------------|
+| [itemGuid][1] | int(10) | unsigned | PRI | NO | | Unique | Item GUID |
+| [alowedplayers][2] | text | signed | PRI | NO | | | Space separated GUID list of players who can receive this item in trade |
+
+[1]: #itemguid
+[2]: #alowedplayers
**Description of the fields**