AzerothCore
Pages :

uptime

<-Volver a:Auth

Leer en: English :gb: Spanish :es:

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 INT UNSIGNED PRI NO
starttime INT UNSIGNED PRI NO 0
uptime INT UNSIGNED NO 0
maxplayers SMALLINT UNSIGNED NO 0
revision VARCHAR(255) SIGNED NO AzerothCore

Descripción de los campos

realmid

El ID del reino. Ver 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.