diff options
Diffstat (limited to 'docs/uptime.md')
| -rw-r--r-- | docs/uptime.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/uptime.md b/docs/uptime.md index 8e791bb..395732d 100644 --- a/docs/uptime.md +++ b/docs/uptime.md @@ -10,10 +10,10 @@ This table holds the server's uptime. The core will automatically update the lat | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |-----------------|--------------|------------|-----|------|-------------|-------|---------| -| [realmid][1] | INT | UNSIGNED | PRI | NO | | | | -| [starttime][2] | INT | UNSIGNED | PRI | NO | 0 | | | -| [uptime][3] | INT | UNSIGNED | | NO | 0 | | | -| [maxplayers][4] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [realmid][1] | INT | UNSIGNED | PRI | NO | | | | +| [starttime][2] | INT | UNSIGNED | PRI | NO | 0 | | | +| [uptime][3] | INT | UNSIGNED | | NO | 0 | | | +| [maxplayers][4] | SMALLINT | UNSIGNED | | NO | 0 | | | | [revision][5] | VARCHAR(255) | | | NO | AzerothCore | | | [1]: #realmid |
