diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-06-12 16:06:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 16:06:54 +0200 |
| commit | 6b9e80f09a9046b35ce4c069c7ce83791a24f87f (patch) | |
| tree | 42595c8311d9f0834510dff3de28d71bc5540400 /docs/achievement_criteria_data.md | |
| parent | 0ac05039eeb97944c955a5888958f18b4f0323e8 (diff) | |
| download | wiki-6b9e80f09a9046b35ce4c069c7ce83791a24f87f.tar.gz wiki-6b9e80f09a9046b35ce4c069c7ce83791a24f87f.tar.bz2 wiki-6b9e80f09a9046b35ce4c069c7ce83791a24f87f.zip | |
A (#516)
Diffstat (limited to 'docs/achievement_criteria_data.md')
| -rw-r--r-- | docs/achievement_criteria_data.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/achievement_criteria_data.md b/docs/achievement_criteria_data.md index ea7202f..0726c7b 100644 --- a/docs/achievement_criteria_data.md +++ b/docs/achievement_criteria_data.md @@ -8,13 +8,13 @@ This table contains the data that a player needs to obtain / complete in order t **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|------------------|--------------|------------|-----|------|---------|-------|---------| +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ---------------- | --------- | ---------- | --- | ---- | ------- | ----- | ------- | | [criteria_id][1] | MEDIUMINT | | PRI | NO | | | | | [type][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | | [value1][3] | MEDIUMINT | UNSIGNED | | NO | 0 | | | | [value2][4] | MEDIUMINT | UNSIGNED | | NO | 0 | | | -| [ScriptName][5] | char(64) | | | NO | | | | +| [ScriptName][5] | char(64) | | | NO | | | | [1]: #criteria_id [2]: #type @@ -33,7 +33,7 @@ This is the ID from [Achievement\_Criteria.dbc](Achievement+Criteria). Depending on this value, it will determine how value1 and value2 are used. | Type | Name | -|------|---------------------------| +| ---- | ------------------------- | | 0 | TYPE_NONE | | 1 | TYPE_T_CREATURE | | 2 | TYPE_T_PLAYER_CLASS_RACE | @@ -191,7 +191,7 @@ Depending on this value, it will determine how value1 and value2 are used. **TYPE\_VALUE** | ComparisationType | -|--------------------------| +| ------------------------ | | COMP\_TYPE\_EQ = 0 | | COMP\_TYPE\_HIGH = 1 | | COMP\_TYPE\_LOW = 2 | |
