summaryrefslogtreecommitdiff
path: root/docs/character_homebind.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/character_homebind.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/character_homebind.md')
-rw-r--r--docs/character_homebind.md99
1 files changed, 15 insertions, 84 deletions
diff --git a/docs/character_homebind.md b/docs/character_homebind.md
index 829c6ec..f241d6d 100644
--- a/docs/character_homebind.md
+++ b/docs/character_homebind.md
@@ -8,90 +8,21 @@ Contains information on the location where characters get teleported when they u
**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="#guid">guid</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>Global Unique Identifier</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#mapid">mapId</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>Map Identifier</p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#zoneid">zoneId</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>Zone Identifier</p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#posx">posX</a></p></td>
-<td><p>float</p></td>
-<td><p>signed</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="#posy">posY</a></p></td>
-<td><p>float</p></td>
-<td><p>signed</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="#posz">posZ</a></p></td>
-<td><p>float</p></td>
-<td><p>signed</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>
-</tbody>
-</table>
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|-------------|-------------|------------|-----|------|---------|-------|--------------------------|
+| [guid][1] | int(10) | unsigned | PRI | NO | 0 | | Global Unique Identifier |
+| [mapId][2] | smallint(5) | unsigned | | NO | 0 | | Map Identifier |
+| [zoneId][3] | smallint(5) | unsigned | | NO | 0 | | Zone Identifier |
+| [posX][4] | float | signed | | NO | 0 | | Coordinate x |
+| [posY][5] | float | signed | | NO | 0 | | Coordinate y |
+| [posZ][6] | float | signed | | NO | 0 | | Coordinate z |
+
+[1]: #guid
+[2]: #mapid
+[3]: #zoneid
+[4]: #posx
+[5]: #posy
+[6]: #posz
**Description of the fields**