Character achievement tc2

From TrinityCore Wiki
Jump to: navigation, search

Contents

Back to characters database list of tables.


The `character_achievement` table

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

guid

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

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox