diff options
Diffstat (limited to 'docs/autobroadcast.md')
| -rw-r--r-- | docs/autobroadcast.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/autobroadcast.md b/docs/autobroadcast.md index a39094a..b500729 100644 --- a/docs/autobroadcast.md +++ b/docs/autobroadcast.md @@ -13,7 +13,7 @@ This table contains the autobroadcast entries for your realms. Values like it's | [realmid][1] | INT | SIGNED | PRI | NO | -1 | | | | [id][2] | TINYINT | UNSIGNED | PRI | NO | | AUTO_INCREMENT | | | [weight][3] | TINYINT | UNSIGNED | | YES | 1 | | | -| [text][4] | LONGTEXT | | | NO | | | | +| [text][4] | LONGTEXT | SIGNED | | NO | | | | [1]: #realmid [2]: #id @@ -24,7 +24,7 @@ This table contains the autobroadcast entries for your realms. Values like it's ### realmid -The [realmlist.id](realmlist). Defines which realm this entry belongs to. Use **-1** for all realms to load this entry. +The [realmlist.id](realmlist#id). Defines which realm this entry belongs to. Use **-1** for all realms to load this entry. ### id |
