diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-11-29 18:23:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-29 18:23:30 +0100 |
| commit | 89caf9d9b093dbe8f5dc427ee1533be514be5287 (patch) | |
| tree | 21e2e890bda88305cacbfaed3fe115cf56844503 /docs | |
| parent | 545cb65e62ebd480dda7578d8fe1d4b74db04e33 (diff) | |
| download | wiki-89caf9d9b093dbe8f5dc427ee1533be514be5287.tar.gz wiki-89caf9d9b093dbe8f5dc427ee1533be514be5287.tar.bz2 wiki-89caf9d9b093dbe8f5dc427ee1533be514be5287.zip | |
fix: access_requirement items column (#199)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/access_requirement.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/access_requirement.md b/docs/access_requirement.md index b177beb..6b6a0a3 100644 --- a/docs/access_requirement.md +++ b/docs/access_requirement.md @@ -182,7 +182,7 @@ This table contains the access requirements to enter an instance. ### mapId -This is the [access\_id](instance_template_2130198.html#instance_template-access_id) field from the [instance\_template](instance_template) table. It is an arbitrary number that merely links the requirements to an [instance\_template](instance_template), or [areatrigger\_teleport](areatrigger_teleport) +This is the [access\_id](instance_template) field from the [instance\_template](instance_template) table. It is an arbitrary number that merely links the requirements to an [instance\_template](instance_template), or [areatrigger\_teleport](areatrigger_teleport) ### difficulty @@ -212,19 +212,19 @@ The at least required item level for an instance. ### item -An [item](item_template_2130222.html#item_template-entry) that you must have in your inventory to enter the instance. This item can not be in the bank. +A horde only [item](item_template) that you must have in your inventory to enter the instance. This item can not be in the bank. ### item2 -A second [item](item_template_2130222.html#item_template-entry) that you must have in your inventory. This item can not be in the bank. +An alliance only [item](item_template) that you must have in your inventory. This item can not be in the bank. ### quest\_done\_A -A [quest](quest_template_2130261.html#quest_template-id) that you must have completed. This field is only for alliance. +A [quest](quest_template) that you must have completed. This field is only for alliance. ### quest\_done\_H -A [quest](quest_template_2130261.html#quest_template-id) that you must have completed. This field is only for horde. +A [quest](quest_template) that you must have completed. This field is only for horde. ### completed\_achievement @@ -236,4 +236,4 @@ The text that is shown if you try and enter the instance without having complete ### comment -This field is for any comment you want to make about the requirements or the instance. It is arbitrary text.
\ No newline at end of file +This field is for any comment you want to make about the requirements or the instance. It is arbitrary text. |
