diff options
Diffstat (limited to 'docs/broadcast_text.md')
| -rw-r--r-- | docs/broadcast_text.md | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/broadcast_text.md b/docs/broadcast_text.md index eb358c4..ef7c32f 100644 --- a/docs/broadcast_text.md +++ b/docs/broadcast_text.md @@ -16,20 +16,20 @@ All the values are from sniffs (ADBVerified) so, don't add things in it - Kinzco | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |------------------------------------------|-------------|------------|-----|------|---------|-------|---------| -| [ID](#broadcast_text-ID) | int(10) | unsigned | PRI | NO | 0 | | | -| [Language](#broadcast_text-Language) | int(11) | unsigned | | NO | 0 | | | -| [MaleText](#broadcast_text-MaleText) | text | signed | | YES | NULL | | | -| [FemaleText](#broadcast_text-FemaleText) | text | signed | | YES | NULL | | | -| EmoteID1 | int(10) | unsigned | | NO | 0 | | | -| EmoteID2 | int(10) | unsigned | | NO | 0 | | | -| EmoteID3 | int(10) | unsigned | | NO | 0 | | | -| EmoteDelay1 | int(10) | unsigned | | NO | 0 | | | -| EmoteDelay2 | int(10) | unsigned | | NO | 0 | | | -| EmoteDelay3 | int(10) | unsigned | | NO | 0 | | | -| SoundId | int(10) | unsigned | | NO | 0 | | | -| UnkEmoteID | int(10) | unsigned | | NO | 0 | | | -| Type | int(10) | unsigned | | NO | 0 | | | -| WDBVerified | smallint(5) | signed | | NO | 0 | | | +| [ID](#broadcast_text-ID) | INT | UNSIGNED | PRI | NO | 0 | | | +| [Language](#broadcast_text-Language) | INT | UNSIGNED | | NO | 0 | | | +| [MaleText](#broadcast_text-MaleText) | text | SIGNED | | YES | NULL | | | +| [FemaleText](#broadcast_text-FemaleText) | text | SIGNED | | YES | NULL | | | +| EmoteID1 | INT | UNSIGNED | | NO | 0 | | | +| EmoteID2 | INT | UNSIGNED | | NO | 0 | | | +| EmoteID3 | INT | UNSIGNED | | NO | 0 | | | +| EmoteDelay1 | INT | UNSIGNED | | NO | 0 | | | +| EmoteDelay2 | INT | UNSIGNED | | NO | 0 | | | +| EmoteDelay3 | INT | UNSIGNED | | NO | 0 | | | +| SoundId | INT | UNSIGNED | | NO | 0 | | | +| UnkEmoteID | INT | UNSIGNED | | NO | 0 | | | +| Type | INT | UNSIGNED | | NO | 0 | | | +| WDBVerified | SMALLINT | SIGNED | | NO | 0 | | | ### Description of the fields |
