diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-03 13:05:05 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-03 13:05:05 +0100 |
| commit | 8a2b277924d2b816e495feedc75dc95a357cc116 (patch) | |
| tree | 4aa0561f4bd215c703e5ab886663b3a8cfd2458b /docs/creature_equip_template.md | |
| parent | 700c998f49255b0d7b844363d23509cfedc68865 (diff) | |
| download | wiki-8a2b277924d2b816e495feedc75dc95a357cc116.tar.gz wiki-8a2b277924d2b816e495feedc75dc95a357cc116.tar.bz2 wiki-8a2b277924d2b816e495feedc75dc95a357cc116.zip | |
Fix case
Diffstat (limited to 'docs/creature_equip_template.md')
| -rw-r--r-- | docs/creature_equip_template.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/creature_equip_template.md b/docs/creature_equip_template.md index 2257163..c53e373 100644 --- a/docs/creature_equip_template.md +++ b/docs/creature_equip_template.md @@ -21,7 +21,7 @@ This table contains all the equipment combinations that can be sent for each cre <td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#CreatureID">CreatureID</a></p></td> +<td><p><a href="#creatureid">CreatureID</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p>PRI</p></td> @@ -32,7 +32,7 @@ This table contains all the equipment combinations that can be sent for each cre <td><p>Unique entry</p></td> </tr> <tr class="odd"> -<td><p><a href="#ID">ID</a></p></td> +<td><p><a href="#id">ID</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p>PRI</p></td> @@ -43,7 +43,7 @@ This table contains all the equipment combinations that can be sent for each cre <td><p>Unique entry</p></td> </tr> <tr class="even"> -<td><p><a href="#ItemID1">ItemID1</a></p></td> +<td><p><a href="#itemid1">ItemID1</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -56,7 +56,7 @@ This table contains all the equipment combinations that can be sent for each cre </p></td> </tr> <tr class="odd"> -<td><p><a href="#ItemID2">ItemID2</a></p></td> +<td><p><a href="#itemid2">ItemID2</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p><br /> @@ -69,7 +69,7 @@ This table contains all the equipment combinations that can be sent for each cre </p></td> </tr> <tr class="even"> -<td><p><a href="#ItemID3">ItemID3</a></p></td> +<td><p><a href="#itemid3">ItemID3</a></p></td> <td>mediumint(8)</td> <td>unsigned</td> <td><br /> |
