summaryrefslogtreecommitdiff
path: root/docs/instance_encounters.md
diff options
context:
space:
mode:
authorWalter Pagani <paganiwalter@gmail.com>2021-01-08 15:23:34 -0300
committerGitHub <noreply@github.com>2021-01-08 19:23:34 +0100
commitb698f1ae91c570ad532ed935aeb47f69bd5c487c (patch)
treef5e3d3354884b9ef2795086070603c199928ca3b /docs/instance_encounters.md
parentafd0af6edd8b175d58be2b8464128e7d83882acf (diff)
downloadwiki-b698f1ae91c570ad532ed935aeb47f69bd5c487c.tar.gz
wiki-b698f1ae91c570ad532ed935aeb47f69bd5c487c.tar.bz2
wiki-b698f1ae91c570ad532ed935aeb47f69bd5c487c.zip
docs: Converting from HTML to Markdown part #6 (#335)
Diffstat (limited to 'docs/instance_encounters.md')
-rw-r--r--docs/instance_encounters.md87
1 files changed, 13 insertions, 74 deletions
diff --git a/docs/instance_encounters.md b/docs/instance_encounters.md
index 09c08ba..78d4b20 100644
--- a/docs/instance_encounters.md
+++ b/docs/instance_encounters.md
@@ -8,80 +8,19 @@ Definitions of instance encounters. Used by LFG.
**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="#entry">entry</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>0</p></td>
-<td><p> </p></td>
-<td><p>Unique entry from DungeonEncounter.dbc</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#credittype">creditType</a></p></td>
-<td><p>tinyint(3)</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> </p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#creditentry">creditEntry</a></p></td>
-<td><p>int(10)</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> </p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#lastencounterdungeon">lastEncounterDungeon</a></p></td>
-<td><p>smallint(5)</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>If not 0, LfgDungeon.dbc entry for the instance it is last encounter in</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#comment">comment</a></p></td>
-<td><p>varchat(255)</p></td>
-<td><p>signed</p></td>
-<td><p> </p></td>
-<td><p>NO</p></td>
-<td><p>&quot;</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-</tbody>
-</table>
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|---------------------------|--------------|------------|-----|------|---------|-------|-------------------------------------------------------------------------|
+| [entry][1] | int(10) | unsigned | PRI | NO | 0 | | Unique entry from DungeonEncounter.dbc |
+| [creditType][2] | tinyint(3) | unsigned | | NO | 0 | | |
+| [creditEntry][3] | int(10) | unsigned | | NO | 0 | | |
+| [lastEncounterDungeon][4] | smallint(5) | unsigned | | NO | 0 | | If not 0, LfgDungeon.dbc entry for the instance it is last encounter in |
+| [comment][5] | varchat(255) | signed | | NO | " | | |
+
+[1]: #entry
+[2]: #credittype
+[3]: #creditentry
+[4]: #lastencounterdungeon
+[5]: #comment
**Description of the fields**