From 7e57b55e9c1ea84935c946abb039a870a72cc489 Mon Sep 17 00:00:00 2001 From: Duncan Steenburgh Date: Thu, 5 Nov 2020 18:35:21 -0600 Subject: Fix #279: Add a few useful notes + typo fixes to access_requirement.md (#286) --- docs/access_requirement.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/access_requirement.md b/docs/access_requirement.md index 67c447a..b177beb 100644 --- a/docs/access_requirement.md +++ b/docs/access_requirement.md @@ -5,6 +5,7 @@ **The \`access\_requirement\` table** This table contains the access requirements to enter an instance. +**Note:** If you reload this table with `.reload access_r`, you will have to close and reopen the ingame Dungeon Finder/Raid Browser to update its status. **Structure** @@ -201,12 +202,14 @@ The maximum level that you can be in order to enter the instance. ### item\_level -The at least required item level for a instance. +The at least required item level for an instance. - All WotLK Heroics require at least an average item level of 180. - Trial of the Champion, Pit of Saron, and the Forge of Souls require an average item level of 200. - Halls of Reflection requires an average item level of 219. +**Note:** this requirement only applies to the Dungeon Finder and the Raid Browser, not to a dungeon/raid portal (and it's blizzlike). This also means a guild could try to clear a raid while being undergeared :) + ### 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. @@ -233,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. 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. \ No newline at end of file -- cgit