diff options
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 84432ae..3a970f8 100644 --- a/docs/creature_summon_groups.md +++ b/docs/creature_summon_groups.md @@ -10,16 +10,16 @@ This table holds data about temporary summoned creatures. It is possible to grou | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |-------------------|--------------|------------|-----|------|---------|-------|---------| -| [summonerId][1] | mediumint(8) | unsigned | | NO | 0 | | | -| [summonerType][2] | tinyint(3) | unsigned | | NO | 0 | | | -| [groupId][3] | tinyint(3) | unsigned | | NO | 0 | | | -| [entry][4] | mediumint(8) | unsigned | | NO | 0 | | | -| [position_x][5] | float | | | NO | 0 | | | -| [position_y][6] | float | | | NO | 0 | | | -| [position_z][7] | float | | | NO | 0 | | | -| [orientation][8] | float | | | NO | 0 | | | -| [summonType][9] | tinyint(3) | unsigned | | NO | 0 | | | -| [summonTime][10] | int(10) | unsigned | | NO | 0 | | | +| [summonerId][1] | MEDIUMINT | UNSIGNED | | NO | 0 | | | +| [summonerType][2] | TINYINT | UNSIGNED | | NO | 0 | | | +| [groupId][3] | TINYINT | UNSIGNED | | NO | 0 | | | +| [entry][4] | MEDIUMINT | UNSIGNED | | NO | 0 | | | +| [position_x][5] | FLOAT | | | NO | 0 | | | +| [position_y][6] | FLOAT | | | NO | 0 | | | +| [position_z][7] | FLOAT | | | NO | 0 | | | +| [orientation][8] | FLOAT | | | NO | 0 | | | +| [summonType][9] | TINYINT | UNSIGNED | | NO | 0 | | | +| [summonTime][10] | INT | UNSIGNED | | NO | 0 | | | [1]: #summonerid [2]: #summonertype |
