diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-03-03 13:08:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-03 13:08:32 +0100 |
| commit | 469ab8a58dd8ded64427db6ce945ea7ded7f3b22 (patch) | |
| tree | 4aa0561f4bd215c703e5ab886663b3a8cfd2458b /docs/instance_template.md | |
| parent | 3274efc33c3a6f81cdf1f248ec35d177bb337e7b (diff) | |
| parent | 8a2b277924d2b816e495feedc75dc95a357cc116 (diff) | |
| download | wiki-469ab8a58dd8ded64427db6ce945ea7ded7f3b22.tar.gz wiki-469ab8a58dd8ded64427db6ce945ea7ded7f3b22.tar.bz2 wiki-469ab8a58dd8ded64427db6ce945ea7ded7f3b22.zip | |
Merge pull request #16 from azerothcore/fix-anchors
Fix anchors
Diffstat (limited to 'docs/instance_template.md')
| -rw-r--r-- | docs/instance_template.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/instance_template.md b/docs/instance_template.md index 215d2fc..c0cc430 100644 --- a/docs/instance_template.md +++ b/docs/instance_template.md @@ -33,7 +33,7 @@ If you want to change the spot you will start in when you enter/leave an instanc <td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#instance_template-map">map</a></p></td> +<td><p><a href="#map">map</a></p></td> <td><p>int(10)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -43,7 +43,7 @@ If you want to change the spot you will start in when you enter/leave an instanc <td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#instance_template-parent">parent</a></p></td> +<td><p><a href="#parent">parent</a></p></td> <td><p>bigint(10)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -53,7 +53,7 @@ If you want to change the spot you will start in when you enter/leave an instanc <td><p> </p></td> </tr> <tr class="even"> -<td><p><a href="#instance_template-script">script</a></p></td> +<td><p><a href="#script">script</a></p></td> <td><p>varchar(128)</p></td> <td><p>signed</p></td> <td><p> </p></td> @@ -63,7 +63,7 @@ If you want to change the spot you will start in when you enter/leave an instanc <td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#instance_template-allowMount">allowMount</a></p></td> +<td><p><a href="#allowmount">allowMount</a></p></td> <td><p>tinyiny(1)</p></td> <td><p>signed</p></td> <td><p> </p></td> |
