From 89caf9d9b093dbe8f5dc427ee1533be514be5287 Mon Sep 17 00:00:00 2001 From: Barbz Date: Sun, 29 Nov 2020 18:23:30 +0100 Subject: fix: access_requirement items column (#199) --- docs/access_requirement.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') 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. -- cgit