diff options
Diffstat (limited to 'docs/petition_sign.md')
| -rw-r--r-- | docs/petition_sign.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/petition_sign.md b/docs/petition_sign.md index 6674d8f..02b62d0 100644 --- a/docs/petition_sign.md +++ b/docs/petition_sign.md @@ -8,12 +8,12 @@ This table holds information on all the signatures of a petition for either a gu **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|---------------------|------------|------------|-----|------|---------|-------|---------| -| [ownerguid][1] | INT | UNSIGNED | | NO | | | | -| [petitionguid][2] | INT | UNSIGNED | PRI | NO | 0 | | | -| [playerguid][3] | INT | UNSIGNED | PRI | NO | 0 | | | -| [player_account][4] | INT | UNSIGNED | | NO | 0 | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------------- | ------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [ownerguid][1] | INT | UNSIGNED | | NO | | | | +| [petitionguid][2] | INT | UNSIGNED | PRI | NO | 0 | | | +| [playerguid][3] | INT | UNSIGNED | PRI | NO | 0 | | | +| [player_account][4] | INT | UNSIGNED | | NO | 0 | | | | [type][5] | TINYINT | UNSIGNED | | NO | 0 | | | [1]: #ownerguid @@ -26,15 +26,15 @@ This table holds information on all the signatures of a petition for either a gu ### ownerguid -The GUID of the owner that is trying to make the guild/arena team. See characters.guid +The GUID of the owner that is trying to make the guild/arena team. See [characters.guid](characters#guid). ### petitionguid -The GUID of the charter item. See item\_template.guid +The GUID of the charter item. See [item\_template.guid](item_template#guid). ### playerguid -The GUID of the player that has signed the charter. See characters.guid +The GUID of the player that has signed the charter. See [characters.guid](characters#guid). ### player\_account @@ -45,8 +45,8 @@ The account ID of the player that has signed the charter. No two players can sig The type of the petition. | ID | Type | -|----|--------------------| +|--- | -------------------| | 2 | 2vs2 Arena charter | | 3 | 3vs3 Arena charter | | 5 | 5vs5 Arena charter | -| 9 | Guild charter | +| 9 | Guild charter |
\ No newline at end of file |
