Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Comentarios: Added working links for guid & achievement

...

This table holds information on the achievements a character has earned / completed.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

 

 

 




achievement

smallint(5)

unsigned

PRI

NO

 

 

 




date

int(10)

unsigned

 


NO

0

 

 



Description of the fields

...

The GUID of the character. See characters.guid

achievement

The ID of the achievement from Achievement.dbc

date

The date/time when this achievement was earned, in Unix time. See Unix Timestamp Calculator