-
Notifications
You must be signed in to change notification settings - Fork 48
Uptime
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to world database list of tables.
This table holds the server’s uptime. Mangos will automatically update the latest entry’s value until it crashes and a new record is added.
Field | Type | Null | Key | Default | Extra |
starttime | bigint(11) unsigned | NO | PRI | 0 | |
startstring | varchar(64) | NO | |||
uptime | bigint(11) unsigned | NO | 0 | ||
maxplayers | int(11) unsigned | NO | 0 |
The time when the server was started, in Unix time.
The time when the server started, formated as a readable string.
The uptime of the server, in seconds.
The maximum number of players connected.