diff options
Diffstat (limited to 'docs/creature_text.md')
| -rw-r--r-- | docs/creature_text.md | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/creature_text.md b/docs/creature_text.md index 111ce3a..d2625b0 100644 --- a/docs/creature_text.md +++ b/docs/creature_text.md @@ -58,19 +58,19 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table! | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |-----------------------|--------------|-----------------|-----|------|---------|-------|-------------------------| -| [CreatureID][1] | mediumint(8) | unsigned | PRI | NO | | | creature_template entry | -| [GroupID][2] | tinyint(3) | unsigned | PRI | NO | | | | -| [ID][3] | tinyint(3) | unsigned | PRI | NO | | | | +| [CreatureID][1] | MEDIUMINT | UNSIGNED | PRI | NO | | | creature_template entry | +| [GroupID][2] | TINYINT | UNSIGNED | PRI | NO | | | | +| [ID][3] | TINYINT | UNSIGNED | PRI | NO | | | | | [Text][4] | longtext | utf8_general_ci | | YES | NULL | | | -| [Type][5] | tinyint(3) | unsigned | | NO | | | | -| [Language][6] | tinyint(3) | unsigned | | NO | | | | -| [Probability][7] | float | signed | | NO | | | | -| [Emote][8] | mediumint(8) | unsigned | | NO | | | | -| [Duration][9] | mediumint(8) | unsigned | | NO | | | | -| [Sound][10] | mediumint(8) | unsigned | | NO | | | | -| [BroadcastTextId][11] | mediumint(6) | signed | | NO | | | | -| [TextRange][12] | tinyint(3) | unsigned | | NO | | | | -| [comment][13] | varchar(255) | utf8_general_ci | | YES | NULL | | | +| [Type][5] | TINYINT | UNSIGNED | | NO | | | | +| [Language][6] | TINYINT | UNSIGNED | | NO | | | | +| [Probability][7] | FLOAT | SIGNED | | NO | | | | +| [Emote][8] | MEDIUMINT | UNSIGNED | | NO | | | | +| [Duration][9] | MEDIUMINT | UNSIGNED | | NO | | | | +| [Sound][10] | MEDIUMINT | UNSIGNED | | NO | | | | +| [BroadcastTextId][11] | MEDIUMINT | SIGNED | | NO | | | | +| [TextRange][12] | TINYINT | UNSIGNED | | NO | | | | +| [comment][13] | VARCHAR(255) | utf8_general_ci | | YES | NULL | | | [1]: #creatureid [2]: #groupid |
