NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'achievement_criteria_requirement' table for MaNGOSThree
This table contains what needs to be done to complete an achievement criteria.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
criteria_id | mediumint(8) | NO | PRI | NULL | Matching ID from achievement_criteria.dbc | |
type | tinyint(3) unsigned | NO | PRI | '0' | The Type of Criteria | |
value1 | mediumint(8) unsigned | NO | '0' | |||
value2 | mediumint(8) unsigned | NO | '0' |
Description of the fields
criteria_id mediumint(8)
Column 0 (ID) of [See achievement_criteria.dbc] This DBC contains the achievement_id on 2nd column and will be later extracted to show relations.
type tinyint(3) unsigned
The Type of Criteria
Map Difficulty Table
Description | Value |
---|---|
DUNGEON_DIFFICULTY_NORMAL | 0 |
DUNGEON_DIFFICULTY_HEROIC | 1 |
RAID_DIFFICULTY_10MAN_NORMAL | 0 |
RAID_DIFFICULTY_25MAN_NORMAL | 1 |
RAID_DIFFICULTY_10MAN_HEROIC | 2 |
RAID_DIFFICULTY_25MAN_HEROIC | 3 |
Drunken State Table
value1 mediumint(8) unsigned
The meaning of this field is based on the Type, see the table above.
value2 mediumint(8) unsigned
The meaning of this field is based on the Type, see the table above.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now