diff options
Diffstat (limited to 'docs/es/uptime.md')
| -rw-r--r-- | docs/es/uptime.md | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/es/uptime.md b/docs/es/uptime.md new file mode 100644 index 0000000..eefc749 --- /dev/null +++ b/docs/es/uptime.md @@ -0,0 +1,45 @@ +# uptime + +[<-Volver a:Auth](database-auth.md) + +**Tabla \`uptime\`** + +Esta tabla contiene el tiempo de actividad del servidor. El núcleo actualizará automáticamente el valor de la última entrada hasta que se bloquee y se añada un nuevo registro. + +**Estructura** + +| 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 | | | +| [revision][5] | VARCHAR(255) | | | NO | AzerothCore | | | + +[1]: #realmid +[2]: #starttime +[3]: #uptime +[4]: #maxplayers +[5]: #revision + +**Descripción de los campos** + +### realmid + +El ID del reino. Ver [realmlist.id](realmlist#id) + +### starttime + +La hora de inicio del servidor, en tiempo Unix. + +### uptime + +El tiempo de actividad del servidor, en segundos. + +### maxplayers + +El número máximo de jugadores conectados. + +### revision + +La revisión detallada del WorldServer.
\ No newline at end of file |
