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/creature_summon_groups.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/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..8700549 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> |
