diff options
| author | Duncan Steenburgh <dst33nburgh@gmail.com> | 2020-11-05 18:35:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-06 01:35:21 +0100 |
| commit | 7e57b55e9c1ea84935c946abb039a870a72cc489 (patch) | |
| tree | 0a042d0c476d92ef1d90716e820a5f88c179b914 | |
| parent | 6a7083e0ae9867e8acf2d01d1eece116779dcaae (diff) | |
| download | wiki-7e57b55e9c1ea84935c946abb039a870a72cc489.tar.gz wiki-7e57b55e9c1ea84935c946abb039a870a72cc489.tar.bz2 wiki-7e57b55e9c1ea84935c946abb039a870a72cc489.zip | |
Fix #279: Add a few useful notes + typo fixes to access_requirement.md (#286)
| -rw-r--r-- | docs/access_requirement.md | 7 |
1 files 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 |
