Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Comentarios: Added new column (item_level) in the access_requirement table.

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment

mapId

mediumint (8)

unsigned

PRI

NO

NULL

 

 

difficulty

tinyint(3)

unsigned

PRI

NO

0

 

 

level_min

tinyint(3)

unsigned

 

NO

0

 

 

level_max

tinyint(3)

unsigned

 

NO

0

 

 

item_levelsmallint(5)unsigned NO0  

item

mediumint(8)

unsigned

 

NO

0

 

 

item2

mediumint(8)

unsigned

 

NO

0

 

 

quest_done_A

mediumint(8)

unsigned

 

NO

0

 

 

quest_done_H

mediumint(8)

unsigned

 

NO

0

 

 

completed_achievement

mediumint(8)

unsigned

 

NO

0

 

 

quest_failed_text

text

signed

 

YES

NULL

 

 

comment

text

signed

 

YES

NULL

 

 

...

The maximum level that you can be in order to enter the instance.

item_level

The at least required item level for a 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.

item

An item that you must have in your inventory to enter the instance. This item can not be in the bank.

...