diff options
| author | Walter Pagani <paganiwalter@gmail.com> | 2021-01-07 10:30:03 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-07 14:30:03 +0100 |
| commit | c681fd4d66521fe6bee35bb2fbd9b5855fca3beb (patch) | |
| tree | 30a06ea170f7c83b123e593b9edc8dae78ad662f /docs/areatrigger_involvedrelation.md | |
| parent | 2f075a2929fad2222170fd53e21773807ee55751 (diff) | |
| download | wiki-c681fd4d66521fe6bee35bb2fbd9b5855fca3beb.tar.gz wiki-c681fd4d66521fe6bee35bb2fbd9b5855fca3beb.tar.bz2 wiki-c681fd4d66521fe6bee35bb2fbd9b5855fca3beb.zip | |
docs: Converting from HTML to Markdown part #4 (#333)
Diffstat (limited to 'docs/areatrigger_involvedrelation.md')
| -rw-r--r-- | docs/areatrigger_involvedrelation.md | 51 |
1 files changed, 7 insertions, 44 deletions
diff --git a/docs/areatrigger_involvedrelation.md b/docs/areatrigger_involvedrelation.md index 530270a..293fe66 100644 --- a/docs/areatrigger_involvedrelation.md +++ b/docs/areatrigger_involvedrelation.md @@ -10,50 +10,13 @@ If there is a record in the table for a quest, then the quest will not be comple **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>Comments</strong></p></td> -</tr> -<tr class="even"> -<td><p><a href="#id">id</a></p></td> -<td><p>mediumint(8)</p></td> -<td><p>unsigned</p></td> -<td><p>PRI</p></td> -<td><p>NO</p></td> -<td><p>0</p></td> -<td><p> </p></td> -<td><p>Identifier</p></td> -</tr> -<tr class="odd"> -<td><p><a href="#quest">quest</a></p></td> -<td><p>mediumint(8)</p></td> -<td><p>unsigned</p></td> -<td><p> </p></td> -<td><p>NO</p></td> -<td><p>0</p></td> -<td><p> </p></td> -<td><p>Quest Identifier</p></td> -</tr> -</tbody> -</table> +| Field | Type | Attributes | Key | Null | Default | Extra | Comments | +|------------|--------------|------------|-----|------|---------|-------|------------------| +| [id][1] | mediumint(8) | unsigned | PRI | NO | 0 | | Identifier | +| [quest][2] | mediumint(8) | unsigned | | NO | 0 | | Quest Identifier | + +[1]: #id +[2]: #quest **Description of the fields** |
