diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-03 12:57:10 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-03 12:57:10 +0100 |
| commit | 700c998f49255b0d7b844363d23509cfedc68865 (patch) | |
| tree | caa8871e25b81d90a8d7b481e68a246eae4bb85f /docs/creature_summon_groups.md | |
| parent | 3274efc33c3a6f81cdf1f248ec35d177bb337e7b (diff) | |
| download | wiki-700c998f49255b0d7b844363d23509cfedc68865.tar.gz wiki-700c998f49255b0d7b844363d23509cfedc68865.tar.bz2 wiki-700c998f49255b0d7b844363d23509cfedc68865.zip | |
Fix anchors
Diffstat (limited to 'docs/creature_summon_groups.md')
| -rw-r--r-- | docs/creature_summon_groups.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/creature_summon_groups.md b/docs/creature_summon_groups.md index 5e7d790..79f06eb 100644 --- a/docs/creature_summon_groups.md +++ b/docs/creature_summon_groups.md @@ -31,7 +31,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td><p><strong>Comment</strong></p></td> </tr> <tr class="even"> -<td><p><a href="#creature_summon_groups-summo">summonerId</a></p></td> +<td><p><a href="#summo">summonerId</a></p></td> <td><p>mediumint(8)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -41,7 +41,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#creature_summon_groups-summonerType">summonerType</a></p></td> +<td><p><a href="#summonerType">summonerType</a></p></td> <td><p>tinyint(3)</p></td> <td><p>unsigned</p></td> <td><p> </p></td> @@ -51,7 +51,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td><p> </p></td> </tr> <tr class="even"> -<td><a href="#creature_summon_groups-groupId">groupId</a></td> +<td><a href="#groupId">groupId</a></td> <td>tinyint(3)</td> <td>unsigned</td> <td> </td> @@ -61,7 +61,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td> </td> </tr> <tr class="odd"> -<td><a href="#creature_summon_groups-entry">entry</a></td> +<td><a href="#entry">entry</a></td> <td>mediumint(8)</td> <td>unsigned</td> <td> </td> @@ -71,7 +71,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td> </td> </tr> <tr class="even"> -<td><p><a href="#creature_summon_groups-position_x">position_x</a></p></td> +<td><p><a href="#position_x">position_x</a></p></td> <td><p>float</p></td> <td><p> </p></td> <td><p> </p></td> @@ -81,7 +81,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td><p> </p></td> </tr> <tr class="odd"> -<td><p><a href="#creature_summon_groups-position_y">position_y</a></p></td> +<td><p><a href="#position_y">position_y</a></p></td> <td><p>float</p></td> <td><p> </p></td> <td><p> </p></td> @@ -91,7 +91,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td> </td> </tr> <tr class="even"> -<td><p><a href="#creature_summon_groups-position_z">position_z</a></p></td> +<td><p><a href="#position_z">position_z</a></p></td> <td><p>float</p></td> <td><p> </p></td> <td><p> </p></td> @@ -101,7 +101,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td> </td> </tr> <tr class="odd"> -<td><p><a href="#creature_summon_groups-orientation">orientation</a></p></td> +<td><p><a href="#orientation">orientation</a></p></td> <td><p>float</p></td> <td><p> </p></td> <td><p> </p></td> @@ -111,7 +111,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td><p> </p></td> </tr> <tr class="even"> -<td><a href="#creature_summon_groups-summonType">summonType</a></td> +<td><a href="#summonType">summonType</a></td> <td>tinyint(3)</td> <td>unsigned</td> <td> </td> @@ -121,7 +121,7 @@ This table holds data about temporary summoned creatures. It is possible to grou <td> </td> </tr> <tr class="odd"> -<td><a href="#creature_summon_groups-summonTime">summonTime</a></td> +<td><a href="#summonTime">summonTime</a></td> <td>int(10)</td> <td>unsigned</td> <td> </td> |
