DB/World: access_requirement Rework
This commit is contained in:
@@ -0,0 +1,545 @@
|
||||
DELETE FROM `access_requirement` WHERE `mapId` >0;
|
||||
INSERT INTO `access_requirement` (`mapId`, `difficulty`, `level_min`, `level_max`, `item`, `item2`, `quest_done_A`, `quest_done_H`, `completed_achievement`, `quest_failed_text`, `comment`) VALUES
|
||||
(33, 1, 8, 0, 0, 0, 0, 0, 0, 'You must be at least level 8 to enter.', 'Shadowfang Keep (5 Normal)'),
|
||||
(33, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Shadowfang Keep (5 Heroic)'),
|
||||
(34, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'The Stockade (5 Normal)'),
|
||||
(36, 1, 7, 0, 0, 0, 0, 0, 0, 'You must be at least level 7 to enter.', 'The Deadmines (5 Normal)'),
|
||||
(36, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'The Deadmines (5 Heroic)'),
|
||||
(36, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'The Deadmines (5 Timewalking)'),
|
||||
(43, 1, 8, 0, 0, 0, 0, 0, 0, 'You must be at least level 8 to enter.', 'Wailing Caverns (5 Normal)'),
|
||||
(47, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Razorfen Kraul (5 Normal)'),
|
||||
(48, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Blackfathom Deeps (5 Normal)'),
|
||||
(70, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Uldaman (5 Normal)'),
|
||||
(90, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Gnomeregan (5 Normal)'),
|
||||
(109, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Sunken Temple (5 Normal)'),
|
||||
(129, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Razorfen Downs (5 Normal)'),
|
||||
(209, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Zul\'Farrak (5 Normal)'),
|
||||
(209, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Zul\'Farrak (5 Timewalking)'),
|
||||
(229, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Blackrock Spire - Lower (5 Normal)'),
|
||||
(230, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Blackrock Depths (5 Normal)'),
|
||||
(249, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be level 30 to enter.', 'Onyxia\'s Lair (10 Normal)'),
|
||||
(249, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be level 30 and in a raid group to enter.', 'Onyxia\'s Lair (25 Normal)'),
|
||||
(269, 1, 25, 0, 0, 0, 0, 0, 0, 'You must be at least level 25 to enter.', 'The Black Morass (5 Normal)'),
|
||||
(269, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Black Morass (5 Heroic)'),
|
||||
(329, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Stratholme (5 Normal)'),
|
||||
(329, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Stratholme (5 Timewalking)'),
|
||||
(349, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Maraudon (5 Normal)'),
|
||||
(389, 1, 7, 0, 0, 0, 0, 0, 0, 'You must be at least level 7 to enter.', 'Ragefire Chasm (5 Normal)'),
|
||||
(409, 9, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Molten Core (40 Normal)'),
|
||||
(429, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Dire Maul (5 Normal)'),
|
||||
(429, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Dire Maul (5 Timewalking)'),
|
||||
(469, 9, 30, 0, 0, 0, 0, 0, 0, 'You must be level 30 to enter.', 'Blackwing Lair (40 Normal)'),
|
||||
(509, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Ruins of Ahn\'Qiraj (10 Normal)'),
|
||||
(531, 9, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Temple of Ahn\'Qiraj (40 Normal)'),
|
||||
(532, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Karazhan (10 Normal)'),
|
||||
(533, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Naxxramas (10 Normal)'),
|
||||
(533, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Naxxramas (25 Normal)'),
|
||||
(534, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Hyjal Summit (25 Normal)'),
|
||||
(540, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'The Shattered Halls (5 Normal)'),
|
||||
(540, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Shattered Halls (5 Heroic)'),
|
||||
(540, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'The Shattered Halls (5 Timewalking)'),
|
||||
(542, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'The Blood Furnace (5 Normal)'),
|
||||
(542, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Blood Furnace (5 Heroic)'),
|
||||
(542, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'The Blood Furnace (5 Timewalking)'),
|
||||
(543, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Hellfire Ramparts (5 Normal)'),
|
||||
(543, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Hellfire Ramparts (5 Heroic)'),
|
||||
(544, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Magtheridon\'s Lair (25 Normal)'),
|
||||
(545, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'The Steamvault (5 Normal)'),
|
||||
(545, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Steamvault (5 Heroic)'),
|
||||
(546, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'The Underbog (5 Normal)'),
|
||||
(546, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Underbog (5 Heroic)'),
|
||||
(546, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'The Underbog (5 Timewalking)'),
|
||||
(547, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'The Slave Pens (5 Normal)'),
|
||||
(547, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Slave Pens (5 Heroic)'),
|
||||
(548, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Serpentshrine Cavern (25 Normal)'),
|
||||
(550, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be level 30 and in a raid group to enter.', 'The Eye - Tempest Keep (25 Normal)'),
|
||||
(552, 1, 25, 0, 0, 0, 0, 0, 0, 'You must be at least level 25 to enter.', 'The Arcatraz (5 Normal)'),
|
||||
(552, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Arcatraz (5 Heroic)'),
|
||||
(553, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'The Botanica (5 Normal)'),
|
||||
(553, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Botanica (5 Heroic)'),
|
||||
(553, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'The Botanica (5 Timewalking)'),
|
||||
(554, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'The Mechanar (5 Normal)'),
|
||||
(554, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Mechanar (5 Heroic)'),
|
||||
(555, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Shadow Labyrinth (5 Normal)'),
|
||||
(555, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Shadow Labyrinth (5 Heroic)'),
|
||||
(556, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Sethekk Halls (5 Normal)'),
|
||||
(556, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Sethekk Halls (5 Heroic)'),
|
||||
(557, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Mana-Tombs (5 Normal)'),
|
||||
(557, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Mana-Tombs (5 Heroic)'),
|
||||
(557, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Mana-Tombs (5 Timewalking)'),
|
||||
(558, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Auchenai Crypts (5 Normal)'),
|
||||
(558, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Auchenai Crypts (5 Heroic)'),
|
||||
(560, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Old Hillsbrad Foothills (5 Normal)'),
|
||||
(560, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Old Hillsbrad Foothills (5 Heroic)'),
|
||||
(564, 14, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Black Temple (10-30 Normal)'),
|
||||
(564, 33, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Black Temple (10-30 Timewalking)'),
|
||||
(565, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Gruul\'s Lair (25 Normal)'),
|
||||
(568, 1, 255, 0, 0, 0, 0, 0, 0, 'This Dungeon is only available in Heroic Difficulty.', 'Zul\'Aman (5 Normal)'),
|
||||
(568, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires level 35 to enter.', 'Zul\'Aman (5 Heroic)'),
|
||||
(574, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Utgarde Keep (5 Normal)'),
|
||||
(574, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Utgarde Keep (5 Heroic)'),
|
||||
(574, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Utgarde Keep (5 Timewalking)'),
|
||||
(575, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Utgarde Pinnacle (5 Normal)'),
|
||||
(575, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Utgarde Pinnacle (5 Heroic)'),
|
||||
(576, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'The Nexus (5 Normal)'),
|
||||
(576, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Nexus (5 Heroic)'),
|
||||
(576, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'The Nexus (5 Timewalking)'),
|
||||
(578, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'The Oculus (5 Normal)'),
|
||||
(578, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Oculus (5 Heroic)'),
|
||||
(580, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be level 30 to enter.', 'Sunwell Plateau (25 Normal)'),
|
||||
(585, 1, 25, 0, 0, 0, 0, 0, 0, 'You must be at least level 25 to enter.', 'Magisters\' Terrace (5 Normal)'),
|
||||
(585, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Magisters\' Terrace (5 Heroic)'),
|
||||
(585, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Magisters\' Terrace (5 Timewalking)'),
|
||||
(595, 1, 25, 0, 0, 0, 0, 0, 0, 'You must be at least level 25 to enter.', 'The Culling of Stratholme (5 Normal)'),
|
||||
(595, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Culling of Stratholme (5 Heroic)'),
|
||||
(599, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Halls of Stone (5 Normal)'),
|
||||
(599, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Halls of Stone (5 Heroic)'),
|
||||
(600, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Drak\'Tharon Keep (5 Normal)'),
|
||||
(600, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Drak\'Tharon Keep (5 Heroic)'),
|
||||
(601, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Azjol-Nerub (5 Normal)'),
|
||||
(601, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Azjol-Nerub (5 Heroic)'),
|
||||
(601, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Azjol-Nerub (5 Timewalking)'),
|
||||
(602, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Halls of Lightning (5 Normal)'),
|
||||
(602, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Halls of Lightning (5 Heroic)'),
|
||||
(602, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Halls of Lightning (5 Timewalking)'),
|
||||
(603, 14, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Ulduar (10-30 Normal)'),
|
||||
(603, 33, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Ulduar (10-30 Timewalking)'),
|
||||
(604, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Gundrak (5 Normal)'),
|
||||
(604, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Gundrak (5 Heroic)'),
|
||||
(604, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Gundrak (5 Timewalking)'),
|
||||
(608, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'The Violet Hold (5 Normal)'),
|
||||
(608, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Violet Hold (5 Heroic)'),
|
||||
(615, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'The Obsidian Sanctum (10 Normal)'),
|
||||
(615, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'The Obsidian Sanctum (25 Normal)'),
|
||||
(616, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 and in a raid group to enter.', 'The Eye of Eternity (10 Normal)'),
|
||||
(616, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 and in a raid group to enter.', 'The Eye of Eternity (25 Normal)'),
|
||||
(619, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Ahn\'kahet: The Old Kingdom (5 Normal)'),
|
||||
(619, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Ahn\'kahet: The Old Kingdom (5 Heroic'),
|
||||
(624, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30, in control of Wintergrasp and in a raid group to enter.', 'Vault of Archavon (10 Normal)'),
|
||||
(624, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30, in control of Wintergrasp and in a raid group to enter.', 'Vault of Archavon (25 Normal)'),
|
||||
(631, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Icecrown Citadel (10 Normal)'),
|
||||
(631, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Icecrown Citadel (25 Normal)'),
|
||||
(631, 5, 30, 0, 0, 0, 0, 0, 4530, 'Heroic Difficulty requires earned the "The Frozen Throne (10 player)" achievement.', 'Icecrown Citadel (10 Heroic)'),
|
||||
(631, 6, 30, 0, 0, 0, 0, 0, 4597, 'Heroic Difficulty requires earned the "The Frozen Throne (25 player)" achievement.', 'Icecrown Citadel (25 Heroic)'),
|
||||
(632, 1, 25, 0, 0, 0, 0, 0, 0, 'You must be at least level 25 to enter.', 'The Forge of Souls (5 Normal)'),
|
||||
(632, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Forge of Souls (5 Heroic)'),
|
||||
(632, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'The Forge of Souls (5 Timewalking)'),
|
||||
(643, 1, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Throne of the Tides (5 Normal)'),
|
||||
(643, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Throne of the Tides (5 Heroic)'),
|
||||
(643, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Throne of the Tides (Mythic Keystone)'),
|
||||
(643, 23, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Mythic difficulty.', 'Throne of the Tides (5 Mythic)'),
|
||||
(643, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'Throne of the Tides (5 Timewalking)'),
|
||||
(644, 1, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Halls of Origination (5 Normal)'),
|
||||
(644, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Halls of Origination (5 Heroic)'),
|
||||
(645, 1, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Blackrock Caverns (5 Normal)'),
|
||||
(645, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Blackrock Caverns (5 Heroic)'),
|
||||
(645, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'Blackrock Caverns (5 Timewalking)'),
|
||||
(649, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Trial of the Crusader (10 Normal)'),
|
||||
(649, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Trial of the Crusader (25 Normal)'),
|
||||
(649, 5, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Trial of the Grand Crusader (10 Heroic)'),
|
||||
(649, 6, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Trial of the Grand Crusader (25 Heroic)'),
|
||||
(650, 1, 25, 0, 0, 0, 0, 0, 0, 'You must be at least level 25 to enter.', 'Trial of the Champion (5 Normal)'),
|
||||
(650, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Trial of the Champion (5 Heroic)'),
|
||||
(657, 1, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'The Vortex Pinnacle (5 Normal)'),
|
||||
(657, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'The Vortex Pinnacle (5 Heroic)'),
|
||||
(657, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'The Vortex Pinnacle (Mythic Keystone)'),
|
||||
(657, 23, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Mythic difficulty.', 'The Vortex Pinnacle (5 Mythic)'),
|
||||
(657, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'The Vortex Pinnacle (5 Timewalking)'),
|
||||
(658, 1, 25, 0, 0, 0, 24499, 24511, 0, 'You must complete the quest "Echoes of Tortured Souls" before entering.', 'Pit of Saron (5 Normal)'),
|
||||
(658, 2, 30, 0, 0, 0, 24499, 24511, 0, 'You must complete the quest "Echoes of Tortured Souls" before entering.', 'Pit of Saron (5 Heroic)'),
|
||||
(658, 8, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to access the Challenge difficulty.', 'Pit of Saron (Mythic Keystone)'),
|
||||
(658, 23, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to access the Mythic difficulty.', 'Pit of Saron (5 Mythic)'),
|
||||
(668, 1, 25, 0, 0, 0, 24710, 24712, 0, 'You must complete the quest "Deliverance from the Pit" before entering.', 'Halls of Reflection (5 Normal)'),
|
||||
(668, 2, 30, 0, 0, 0, 24710, 24712, 0, 'You must complete the quest "Deliverance from the Pit" before entering.', 'Halls of Reflection (5 Heroic)'),
|
||||
(669, 3, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group to enter.', 'Blackwing Descent (10 Normal)'),
|
||||
(669, 4, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group to enter.', 'Blackwing Descent (25 Normal)'),
|
||||
(669, 5, 35, 0, 0, 0, 0, 0, 4842, 'Heroic Difficulty requires earned the "Blackwing Descent" achievement.', 'Blackwing Descent (10 Heroic)'),
|
||||
(669, 6, 35, 0, 0, 0, 0, 0, 4842, 'Heroic Difficulty requires earned the "Blackwing Descent" achievement.', 'Blackwing Descent (25 Heroic)'),
|
||||
(670, 1, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Grim Batol (5 Normal)'),
|
||||
(670, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Grim Batol (5 Heroic)'),
|
||||
(670, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Grim Batol (Mythic Keystone)'),
|
||||
(670, 23, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Mythic difficulty.', 'Grim Batol (5 Mythic)'),
|
||||
(671, 3, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'The Bastion of Twilight (10 Normal)'),
|
||||
(671, 4, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'The Bastion of Twilight (25 Normal)'),
|
||||
(671, 5, 35, 0, 0, 0, 0, 0, 4850, 'Heroic Difficulty requires earned the "The Bastion of Twilight" achievement.', 'The Bastion of Twilight (10 Heroic)'),
|
||||
(671, 6, 35, 0, 0, 0, 0, 0, 4850, 'Heroic Difficulty requires earned the "The Bastion of Twilight" achievement.', 'The Bastion of Twilight (25 Heroic)'),
|
||||
(720, 14, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Firelands (10-30 Normal)'),
|
||||
(720, 15, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Firelands (10-30 Heroic)'),
|
||||
(720, 33, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Firelands (10-30 Timewalking)'),
|
||||
(724, 3, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'The Ruby Sanctum (10 Normal)'),
|
||||
(724, 4, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'The Ruby Sanctum (25 Normal)'),
|
||||
(724, 5, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Ruby Sanctum (10 Heroic)'),
|
||||
(724, 6, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'The Ruby Sanctum (25 Heroic)'),
|
||||
(725, 1, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'The Stonecore (5 Normal)'),
|
||||
(725, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'The Stonecore (5 Heroic)'),
|
||||
(725, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'The Stonecore (Mythic Keystone)'),
|
||||
(725, 23, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Mythic difficulty.', 'The Stonecore (5 Mythic)'),
|
||||
(725, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'The Stonecore (5 Timewalking)'),
|
||||
(754, 3, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group to enter.', 'Throne of the Four Winds (10 Normal)'),
|
||||
(754, 4, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group to enter.', 'Throne of the Four Winds (25 Normal)'),
|
||||
(754, 5, 35, 0, 0, 0, 0, 0, 4851, 'Heroic Difficulty requires earned the "Throne of the Four Winds" achievement.', 'Throne of the Four Winds (10 Heroic)'),
|
||||
(754, 6, 35, 0, 0, 0, 0, 0, 4851, 'Heroic Difficulty requires earned the "Throne of the Four Winds" achievement.', 'Throne of the Four Winds (25 Heroic)'),
|
||||
(755, 1, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Lost City of the Tol\'vir (5 Normal)'),
|
||||
(755, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Lost City of the Tol\'vir (5 Heroic)'),
|
||||
(755, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'Lost City of the Tol\'vir (5 Timewalking)'),
|
||||
(757, 3, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35, in control of Tol Barad and in a raid group to enter.', 'Baradin Hold (10 Normal)'),
|
||||
(757, 4, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35, in control of Tol Barad and in a raid group to enter.', 'Baradin Hold (25 Normal)'),
|
||||
(859, 1, 255, 0, 0, 0, 0, 0, 0, 'This Dungeon is only available in Heroic Difficulty.', 'Zul\'Gurub (5 Normal)'),
|
||||
(859, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Zul\'Gurub (5 Heroic)'),
|
||||
(938, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'End Time (5 Heroic)'),
|
||||
(938, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'End Time (5 Timewalking)'),
|
||||
(939, 2, 35, 0, 0, 0, 0, 0, 6117, 'Heroic Difficulty requires earned the "Heroic: End Time" achievement.', 'Well of Eternity (5 Heroic)'),
|
||||
(940, 2, 35, 0, 0, 0, 0, 0, 6118, 'Heroic Difficulty requires earned the "Heroic: Well of Eternity" achievement.', 'Hour of Twilight (5 Heroic)'),
|
||||
(959, 1, 25, 0, 0, 0, 0, 0, 0, 'You must be at least level 25 to enter.', 'Shado-Pan Monastery (5 Normal)'),
|
||||
(959, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Shado-Pan Monastery (5 Heroic)'),
|
||||
(959, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Shado-Pan Monastery (Mythic Keystone)'),
|
||||
(959, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'Shado-Pan Monastery (5 Timewalking)'),
|
||||
(960, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Temple of the Jade Serpent (5 Normal)'),
|
||||
(960, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Temple of the Jade Serpent (5 Heroic)'),
|
||||
(960, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Temple of the Jade Serpent (Mythic Keystone)'),
|
||||
(960, 23, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Mythic difficulty.', 'Temple of the Jade Serpent (5 Mythic)'),
|
||||
(960, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'Temple of the Jade Serpent (5 Timewalking)'),
|
||||
(961, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Stormstout Brewery (5 Normal)'),
|
||||
(961, 2, 30, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 30.', 'Stormstout Brewery (5 Heroic)'),
|
||||
(961, 8, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to access the Challenge difficulty.', 'Stormstout Brewery (Mythic Keystone)'),
|
||||
(961, 24, 30, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 30.', 'Stormstout Brewery (5 Timewalking)'),
|
||||
(962, 1, 255, 0, 0, 0, 0, 0, 0, 'This Dungeon is only available in Heroic Difficulty.', 'Gate of the Setting Sun (5 Normal)'),
|
||||
(962, 2, 25, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 25.', 'Gate of the Setting Sun (5 Heroic)'),
|
||||
(962, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Gate of the Setting Sun (Mythic Keystone)'),
|
||||
(962, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'Gate of the Setting Sun (5 Timewalking)'),
|
||||
(967, 3, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group to enter.', 'Dragon Soul (10 Normal)'),
|
||||
(967, 4, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group to enter.', 'Dragon Soul (25 Normal)'),
|
||||
(967, 5, 35, 0, 0, 0, 0, 0, 6177, 'Heroic Difficulty requires earned the "Destroyer\'s End" achievement.', 'Dragon Soul (10 Heroic)'),
|
||||
(967, 6, 35, 0, 0, 0, 0, 0, 6177, 'Heroic Difficulty requires earned the "Destroyer\'s End" achievement.', 'Dragon Soul (25 Heroic)'),
|
||||
(967, 7, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35.', 'Dragon Soul (25 LFR)'),
|
||||
(994, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Mogu\'shan Palace (5 Normal)'),
|
||||
(994, 2, 20, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 20.', 'Mogu\'shan Palace (5 Heroic)'),
|
||||
(994, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Mogu\'shan Palace (Mythic Keystone)'),
|
||||
(994, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'Mogu\'shan Palace (5 Timewalking)'),
|
||||
(996, 3, 35, 0, 0, 0, 0, 0, 0, 'You must be level 35 and in a raid group to enter.', 'Terrace of Endless Spring (10 Normal)'),
|
||||
(996, 4, 35, 0, 0, 0, 0, 0, 0, 'You must be level 35 and in a raid group to enter.', 'Terrace of Endless Spring (25 Normal)'),
|
||||
(996, 5, 35, 0, 0, 0, 0, 0, 6689, 'Heroic Difficulty requires earned the "Terrace of Endless Spring" achievement.', 'Terrace of Endless Spring (10 Heroic)'),
|
||||
(996, 6, 35, 0, 0, 0, 0, 0, 6689, 'Heroic Difficulty requires earned the "Terrace of Endless Spring" achievement.', 'Terrace of Endless Spring (25 Heroic)'),
|
||||
(996, 7, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35.', 'Terrace of Endless Spring (25 LFR)'),
|
||||
(1001, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Scarlet Halls (5 Normal)'),
|
||||
(1001, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Scarlet Halls (5 Heroic)'),
|
||||
(1001, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Scarlet Halls (Mythic Keystone)'),
|
||||
(1004, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Scarlet Monastery (5 Normal)'),
|
||||
(1004, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Scarlet Monastery (5 Heroic)'),
|
||||
(1004, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Scarlet Monastery (Mythic Keystone)'),
|
||||
(1007, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Scholomance (5 Normal)'),
|
||||
(1007, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Scholomance (5 Heroic)'),
|
||||
(1007, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Scholomance (Mythic Keystone)'),
|
||||
(1007, 24, 35, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 35.', 'Scholomance (5 Timewalking)'),
|
||||
(1008, 3, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group to enter.', 'Mogu\'shan Vaults (10 Normal)'),
|
||||
(1008, 4, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group to enter.', 'Mogu\'shan Vaults (25 Normal)'),
|
||||
(1008, 5, 35, 0, 0, 0, 0, 0, 6844, 'Heroic Difficulty requires earned the "The Vault of Mysteries" achievement.', 'Mogu\'shan Vaults (10 Heroic)'),
|
||||
(1008, 6, 35, 0, 0, 0, 0, 0, 6844, 'Heroic Difficulty requires earned the "The Vault of Mysteries" achievement.', 'Mogu\'shan Vaults (25 Heroic)'),
|
||||
(1008, 7, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Mogu\'shan Vaults (25 LFR)'),
|
||||
(1009, 3, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group, and the Heart of Fear must be accessible, to enter.', 'Heart of Fear (10 Normal)'),
|
||||
(1009, 4, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 and in a raid group, and the Heart of Fear must be accessible, to enter.', 'Heart of Fear (25 Normal)'),
|
||||
(1009, 5, 35, 0, 0, 0, 0, 0, 6845, 'Heroic Difficulty requires earned the "Nightmare of Shek\'zeer" achievement.', 'Heart of Fear (10 Heroic)'),
|
||||
(1009, 6, 35, 0, 0, 0, 0, 0, 6845, 'Heroic Difficulty requires earned the "Nightmare of Shek\'zeer" achievement.', 'Heart of Fear (25 Heroic)'),
|
||||
(1009, 7, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Heart of Fear (25 LFR)'),
|
||||
(1011, 1, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Siege of Niuzao Temple (5 Normal)'),
|
||||
(1011, 2, 35, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 35.', 'Siege of Niuzao Temple (5 Heroic)'),
|
||||
(1011, 8, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to access the Challenge difficulty.', 'Siege of Niuzao Temple (Mythic Keystone)'),
|
||||
(1024, 11, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Greenstone Village (Heroic Scenario)'),
|
||||
(1024, 12, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Greenstone Village (Normal Scenario)'),
|
||||
(1098, 3, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Throne of Thunder (10 Normal)'),
|
||||
(1098, 4, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Throne of Thunder (25 Normal)'),
|
||||
(1098, 5, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Throne of Thunder (10 Heroic)'),
|
||||
(1098, 6, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Throne of Thunder (25 Heroic)'),
|
||||
(1098, 7, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Throne of Thunder (25 LFR)'),
|
||||
(1136, 14, 35, 0, 0, 0, 0, 0, 0, 'You must be level 35 to enter.', 'Siege of Orgrimmar (10-30 Normal)'),
|
||||
(1136, 15, 35, 0, 0, 0, 0, 0, 0, 'You must be level 35 to enter.', 'Siege of Orgrimmar (10-30 Heroic)'),
|
||||
(1136, 16, 35, 0, 0, 0, 0, 0, 0, 'You must be level 35 to enter.', 'Siege of Orgrimmar (20 Mythic)'),
|
||||
(1136, 17, 35, 0, 0, 0, 0, 0, 0, 'You must be level 35 to enter.', 'Siege of Orgrimmar (10-30 LFR)'),
|
||||
(1175, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Bloodmaul Slag Mines (5 Normal)'),
|
||||
(1175, 2, 40, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 40.', 'Bloodmaul Slag Mines (5 Heroic)'),
|
||||
(1175, 8, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Challenge difficulty.', 'Bloodmaul Slag Mines (Mythic Keystone)'),
|
||||
(1175, 23, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to enter on Mythic difficulty.', 'Bloodmaul Slag Mines (5 Mythic)'),
|
||||
(1175, 24, 40, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 40.', 'Bloodmaul Slag Mines (5 Timewalking)'),
|
||||
(1176, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Shadowmoon Burial Grounds (5 Normal)'),
|
||||
(1176, 2, 40, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 40.', 'Shadowmoon Burial Grounds (5 Heroic)'),
|
||||
(1176, 8, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Challenge difficulty.', 'Shadowmoon Burial Grounds (Mythic Keystone)'),
|
||||
(1176, 23, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Mythic difficulty.', 'Shadowmoon Burial Grounds (5 Mythic)'),
|
||||
(1176, 24, 40, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 40.', 'Shadowmoon Burial Grounds (5 Timewalking)'),
|
||||
(1182, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Auchindoun (5 Normal)'),
|
||||
(1182, 2, 40, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 40.', 'Auchindoun (5 Heroic)'),
|
||||
(1182, 8, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Challenge difficulty.', 'Auchindoun (Mythic Keystone)'),
|
||||
(1182, 23, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to enter on Mythic difficulty.', 'Auchindoun (5 Mythic)'),
|
||||
(1182, 24, 40, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 40.', 'Auchindoun (5 Timewalking)'),
|
||||
(1195, 1, 15, 0, 0, 0, 0, 0, 0, 'You must be at least level 15 to enter.', 'Iron Docks (5 Normal)'),
|
||||
(1195, 2, 40, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 40.', 'Iron Docks (5 Heroic)'),
|
||||
(1195, 8, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Challenge difficulty.', 'Iron Docks (Mythic Keystone)'),
|
||||
(1195, 23, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to enter on Mythic difficulty.', 'Iron Docks (5 Mythic)'),
|
||||
(1205, 14, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 and in a raid group to enter.', 'Blackrock Foundry (10-30 Normal)'),
|
||||
(1205, 15, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 and in a raid group to enter.', 'Blackrock Foundry (10-30 Heroic)'),
|
||||
(1205, 16, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 and in a raid group to enter.', 'Blackrock Foundry (20 Mythic)'),
|
||||
(1205, 17, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 to enter.', 'Blackrock Foundry (10-30 LFR)'),
|
||||
(1208, 1, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Grimrail Depot (5 Normal)'),
|
||||
(1208, 2, 40, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 40.', 'Grimrail Depot (5 Heroic)'),
|
||||
(1208, 8, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Challenge difficulty.', 'Grimrail Depot (Mythic Keystone)'),
|
||||
(1208, 23, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Mythic difficulty.', 'Grimrail Depot (5 Mythic)'),
|
||||
(1208, 24, 40, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 40.', 'Grimrail Depot (5 Timewalking)'),
|
||||
(1209, 1, 30, 0, 0, 0, 0, 0, 0, 'You must be at least level 30 to enter.', 'Skyreach (5 Normal)'),
|
||||
(1209, 2, 40, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 40.', 'Skyreach (5 Heroic)'),
|
||||
(1209, 8, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Challenge difficulty.', 'Skyreach (Mythic Keystone)'),
|
||||
(1209, 23, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to enter on Mythic difficulty.', 'Skyreach (5 Mythic)'),
|
||||
(1209, 24, 40, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 40.', 'Skyreach (5 Timewalking)'),
|
||||
(1228, 14, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 and in a raid group to enter.', 'Highmaul (10-30 Normal)'),
|
||||
(1228, 15, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 and in a raid group to enter.', 'Highmaul (10-30 Heroic)'),
|
||||
(1228, 16, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 and in a raid group to enter.', 'Highmaul (20 Mythic)'),
|
||||
(1228, 17, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 to enter.', 'Highmaul (10-30 LFR)'),
|
||||
(1279, 1, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'The Everbloom (5 Normal)'),
|
||||
(1279, 2, 40, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 40.', 'The Everbloom (5 Heroic)'),
|
||||
(1279, 8, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Challenge difficulty.', 'The Everbloom (Mythic Keystone)'),
|
||||
(1279, 23, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Mythic difficulty.', 'The Everbloom (5 Mythic)'),
|
||||
(1279, 24, 40, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 40.', 'The Everbloom (5 Timewalking)'),
|
||||
(1358, 1, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Upper Blackrock Spire (5 Normal)'),
|
||||
(1358, 2, 40, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 40.', 'Upper Blackrock Spire (5 Heroic)'),
|
||||
(1358, 8, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Challenge difficulty.', 'Upper Blackrock Spire (Mythic Keystone)'),
|
||||
(1358, 23, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to access the Mythic difficulty.', 'Upper Blackrock Spire (5 Mythic)'),
|
||||
(1448, 14, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 and in a raid group to enter.', 'Hellfire Citadel (10-30 Normal)'),
|
||||
(1448, 15, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 and in a raid group to enter.', 'Hellfire Citadel (10-30 Heroic)'),
|
||||
(1448, 16, 40, 0, 0, 0, 0, 0, 0, 'You must be level 40 and in a raid group to enter.', 'Hellfire Citadel (20 Mythic)'),
|
||||
(1448, 17, 40, 0, 0, 0, 0, 0, 0, 'You must be at least level 40 to enter.', 'Hellfire Citadel (10-30 LFR)'),
|
||||
(1456, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Eye of Azshara (5 Normal)'),
|
||||
(1456, 2, 45, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 45.', 'Eye of Azshara (5 Heroic)'),
|
||||
(1456, 8, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Challenge difficulty.', 'Eye of Azshara (Mythic Keystone)'),
|
||||
(1456, 23, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Mythic difficulty.', 'Eye of Azshara (5 Mythic)'),
|
||||
(1456, 24, 45, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 45.', 'Eye of Azshara (5 Timewalking)'),
|
||||
(1458, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Neltharion\'s Lair (5 Normal)'),
|
||||
(1458, 2, 45, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 45.', 'Neltharion\'s Lair (5 Heroic)'),
|
||||
(1458, 8, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Challenge difficulty.', 'Neltharion\'s Lair (Mythic Keystone)'),
|
||||
(1458, 23, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Mythic difficulty.', 'Neltharion\'s Lair (5 Mythic)'),
|
||||
(1458, 24, 45, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 45.', 'Neltharion\'s Lair (5 Timewalking)'),
|
||||
(1466, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Darkheart Thicket (5 Normal)'),
|
||||
(1466, 2, 45, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 45.', 'Darkheart Thicket (5 Heroic)'),
|
||||
(1466, 8, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Challenge difficulty.', 'Darkheart Thicket (Mythic Keystone)'),
|
||||
(1466, 23, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Mythic difficulty.', 'Darkheart Thicket (5 Mythic)'),
|
||||
(1466, 24, 45, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 45.', 'Darkheart Thicket (5 Timewalking)'),
|
||||
(1477, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Halls of Valor (5 Normal)'),
|
||||
(1477, 2, 45, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 45.', 'Halls of Valor (5 Heroic)'),
|
||||
(1477, 8, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Challenge difficulty.', 'Halls of Valor (Mythic Keystone)'),
|
||||
(1477, 23, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Mythic difficulty.', 'Halls of Valor (5 Mythic)'),
|
||||
(1492, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Maw of Souls (5 Normal)'),
|
||||
(1492, 2, 45, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 45.', 'Maw of Souls (5 Heroic)'),
|
||||
(1492, 8, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Challenge difficulty.', 'Maw of Souls (Mythic Keystone)'),
|
||||
(1492, 23, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Mythic difficulty.', 'Maw of Souls (5 Mythic)'),
|
||||
(1493, 1, 20, 0, 0, 0, 0, 0, 0, 'You must be at least level 20 to enter.', 'Vault of the Wardens (5 Normal)'),
|
||||
(1493, 2, 45, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 45.', 'Vault of the Wardens (5 Heroic)'),
|
||||
(1493, 8, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Challenge difficulty.', 'Vault of the Wardens (Mythic Keystone)'),
|
||||
(1493, 23, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Mythic difficulty.', 'Vault of the Wardens (5 Mythic)'),
|
||||
(1493, 24, 45, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 45.', 'Vault of the Wardens (5 Timewalking)'),
|
||||
(1501, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Black Rook Hold (5 Normal)'),
|
||||
(1501, 2, 45, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 45.', 'Black Rook Hold (5 Heroic)'),
|
||||
(1501, 8, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Challenge difficulty.', 'Black Rook Hold (Mythic Keystone)'),
|
||||
(1501, 23, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Mythic difficulty.', 'Black Rook Hold (5 Mythic)'),
|
||||
(1501, 24, 45, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 45.', 'Black Rook Hold (5 Timewalking)'),
|
||||
(1516, 2, 45, 0, 0, 0, 44053, 44053, 0, 'You must complete the quest "Friends With Benefits" before entering.', 'The Arcway (5 Heroic)'),
|
||||
(1516, 8, 45, 0, 0, 0, 44053, 44053, 0, 'You must complete the quest "Friends With Benefits" before entering.', 'The Arcway (Mythic Keystone)'),
|
||||
(1516, 23, 45, 0, 0, 0, 44053, 44053, 0, 'You must complete the quest "Friends With Benefits" before entering.', 'The Arcway (5 Mythic)'),
|
||||
(1520, 14, 45, 0, 0, 0, 0, 0, 0, 'You must be level 45 and in a raid group to enter.', 'The Emerald Nightmare (10-30 Normal)'),
|
||||
(1520, 15, 45, 0, 0, 0, 0, 0, 0, 'You must be level 45 and in a raid group to enter.', 'The Emerald Nightmare (10-30 Heroic)'),
|
||||
(1520, 16, 45, 0, 0, 0, 0, 0, 0, 'You must be level 45 and in a raid group to enter.', 'The Emerald Nightmare (20 Mythic)'),
|
||||
(1520, 17, 45, 0, 0, 0, 0, 0, 0, 'You must be level 45.', 'The Emerald Nightmare (10-30 LFR)'),
|
||||
(1530, 14, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'The Nighthold (10-30 Normal)'),
|
||||
(1530, 15, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'The Nighthold (10-30 Heroic)'),
|
||||
(1530, 16, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'The Nighthold (20 Mythic)'),
|
||||
(1530, 17, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45.', 'The Nighthold (10-30 LFR)'),
|
||||
(1544, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Violet Hold Legion (5 Normal)'),
|
||||
(1544, 2, 45, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 45.', 'Violet Hold Legion (5 Heroic)'),
|
||||
(1544, 23, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 to access the Mythic difficulty.', 'Violet Hold Legion (5 Mythic)'),
|
||||
(1571, 2, 45, 0, 0, 0, 44053, 44053, 0, 'You must complete the quest "Friends With Benefits" before entering.', 'Court of Stars (5 Heroic)'),
|
||||
(1571, 8, 45, 0, 0, 0, 44053, 44053, 0, 'You must complete the quest "Friends With Benefits" before entering.', 'Court of Stars (Mythic Keystone)'),
|
||||
(1571, 23, 45, 0, 0, 0, 44053, 44053, 0, 'You must complete the quest "Friends With Benefits" before entering.', 'Court of Stars (5 Mythic)'),
|
||||
(1571, 24, 45, 0, 0, 0, 44053, 44053, 0, 'You must complete the quest "Friends With Benefits" before entering.', 'Court of Stars (5 Timewalking)'),
|
||||
(1594, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'The MOTHERLODE!! (5 Normal)'),
|
||||
(1594, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'The MOTHERLODE!! (5 Heroic)'),
|
||||
(1594, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'The MOTHERLODE!! (Mythic Keystone)'),
|
||||
(1594, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'The MOTHERLODE!! (5 Mythic)'),
|
||||
(1648, 14, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'Trial of Valor (10-30 Normal)'),
|
||||
(1648, 15, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'Trial of Valor (10-30 Heroic)'),
|
||||
(1648, 16, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'Trial of Valor (20 Mythic)'),
|
||||
(1648, 17, 45, 0, 0, 0, 0, 0, 0, 'You must be level 45.', 'Trial of Valor (10-30 LFR)'),
|
||||
(1651, 2, 45, 0, 0, 0, 44733, 44733, 0, 'You must complete the quest "The Power of Corruption" before entering.', 'Return to Karazhan (5 Heroic)'),
|
||||
(1651, 8, 45, 0, 0, 0, 44733, 44733, 0, 'You must complete the quest "The Power of Corruption" before entering.', 'Return to Karazhan (Mythic Keystone)'),
|
||||
(1651, 23, 45, 0, 0, 0, 44733, 44733, 0, 'You must complete the quest "The Power of Corruption" before entering.', 'Return to Karazhan (5 Mythic)'),
|
||||
(1676, 14, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'Tomb of Sargeras (10-30 Normal)'),
|
||||
(1676, 15, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'Tomb of Sargeras (10-30 Heroic)'),
|
||||
(1676, 16, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'Tomb of Sargeras (20 Mythic)'),
|
||||
(1676, 17, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45.', 'Tomb of Sargeras (10-30 LFR)'),
|
||||
(1677, 2, 45, 0, 0, 0, 46245, 46245, 0, 'You must complete the quest "Begin Construction" before entering.', 'Cathedral of Eternal Night (5 Heroic)'),
|
||||
(1677, 8, 45, 0, 0, 0, 46245, 46245, 0, 'You must complete the quest "Begin Construction" before entering.', 'Cathedral of Eternal Night (Mythic Keystone)'),
|
||||
(1677, 23, 45, 0, 0, 0, 46245, 46245, 0, 'You must complete the quest "Begin Construction" before entering.', 'Cathedral of Eternal Night (5 Mythic)'),
|
||||
(1712, 14, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'Antorus, the Burning Throne (10-30 Normal)'),
|
||||
(1712, 15, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'Antorus, the Burning Throne (10-30 Heroic)'),
|
||||
(1712, 16, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45 and in a raid group to enter.', 'Antorus, the Burning Throne (20 Mythic)'),
|
||||
(1712, 17, 45, 0, 0, 0, 0, 0, 0, 'You must be at least level 45.', 'Antorus, the Burning Throne (10-30 LFR)'),
|
||||
(1753, 2, 45, 0, 0, 0, 48107, 48107, 0, 'You must complete the quest "The Sigil of Awakening" before entering.', 'The Seat of the Triumvirate (5 Heroic)'),
|
||||
(1753, 8, 45, 0, 0, 0, 48107, 48107, 12007, 'You must complete the quest "The Sigil of Awakening" and Heroic Mode before entering.', 'The Seat of the Triumvirate (Mythic Keystone)'),
|
||||
(1753, 23, 45, 0, 0, 0, 48107, 48107, 12007, 'You must complete the quest "The Sigil of Awakening" and Heroic Mode before entering.', 'The Seat of the Triumvirate (5 Mythic)'),
|
||||
(1754, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Freehold (5 Normal)'),
|
||||
(1754, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'Freehold (5 Heroic)'),
|
||||
(1754, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'Freehold (Mythic Keystone)'),
|
||||
(1754, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'Freehold (5 Mythic)'),
|
||||
(1754, 24, 50, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 50.', 'Freehold (5 Timewalking)'),
|
||||
(1762, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'Kings\' Rest (5 Heroic)'),
|
||||
(1762, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'Kings\' Rest (Mythic Keystone)'),
|
||||
(1762, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'Kings\' Rest (5 Mythic)'),
|
||||
(1762, 24, 50, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 50.', 'Kings\' Rest (5 Timewalking)'),
|
||||
(1763, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Atal\'Dazar (5 Normal)'),
|
||||
(1763, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'Atal\'Dazar (5 Heroic)'),
|
||||
(1763, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'Atal\'Dazar (Mythic Keystone)'),
|
||||
(1763, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'Atal\'Dazar (5 Mythic)'),
|
||||
(1763, 24, 50, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 50.', 'Atal\'Dazar (5 Timewalking)'),
|
||||
(1771, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Tol Dagor (5 Normal)'),
|
||||
(1771, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'Tol Dagor (5 Heroic)'),
|
||||
(1771, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'Tol Dagor (Mythic Keystone)'),
|
||||
(1771, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'Tol Dagor (5 Mythic)'),
|
||||
(1822, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Siege of Boralus (5 Normal)'),
|
||||
(1822, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'Siege of Boralus (5 Heroic)'),
|
||||
(1822, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'Siege of Boralus (Mythic Keystone)'),
|
||||
(1822, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'Siege of Boralus (5 Mythic)'),
|
||||
(1841, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'The Underrot (5 Normal)'),
|
||||
(1841, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'The Underrot (5 Heroic)'),
|
||||
(1841, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'The Underrot (Mythic Keystone)'),
|
||||
(1841, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'The Underrot (5 Mythic)'),
|
||||
(1861, 14, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'Uldir (10-30 Normal)'),
|
||||
(1861, 15, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'Uldir (10-30 Heroic)'),
|
||||
(1861, 16, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'Uldir (20 Mythic)'),
|
||||
(1861, 17, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'Uldir (10-30 LFR)'),
|
||||
(1862, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Waycrest Manor (5 Normal)'),
|
||||
(1862, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'Waycrest Manor (5 Heroic)'),
|
||||
(1862, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'Waycrest Manor (Mythic Keystone)'),
|
||||
(1862, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'Waycrest Manor (5 Mythic)'),
|
||||
(1862, 24, 50, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 50.', 'Waycrest Manor (5 Timewalking)'),
|
||||
(1864, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Shrine of the Storm (5 Normal)'),
|
||||
(1864, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'Shrine of the Storm (5 Heroic)'),
|
||||
(1864, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'Shrine of the Storm (Mythic Keystone)'),
|
||||
(1864, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'Shrine of the Storm (5 Mythic)'),
|
||||
(1864, 24, 50, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 50.', 'Shrine of the Storm (5 Timewalking)'),
|
||||
(1877, 1, 10, 0, 0, 0, 0, 0, 0, 'You must be at least level 10 to enter.', 'Temple of Sethraliss (5 Normal)'),
|
||||
(1877, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'Temple of Sethraliss (5 Heroic)'),
|
||||
(1877, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'Temple of Sethraliss (Mythic Keystone)'),
|
||||
(1877, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'Temple of Sethraliss (5 Mythic)'),
|
||||
(1877, 24, 50, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 50.', 'Temple of Sethraliss (5 Timewalking)'),
|
||||
(1883, 38, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Whispering Reef (Normal Scenario)'),
|
||||
(1883, 39, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Whispering Reef (Heroic Scenario)'),
|
||||
(1883, 40, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Whispering Reef (Mythic Scenario)'),
|
||||
(1955, 12, 35, 0, 0, 0, 0, 0, 0, 'You must be at least level 35 to enter.', 'Uncharted Island (Normal Scenario)'),
|
||||
(2096, 14, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'Crucible of Storms (10-30 Normal)'),
|
||||
(2096, 15, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'Crucible of Storms (10-30 Heroic)'),
|
||||
(2096, 16, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'Crucible of Storms (20 Mythic)'),
|
||||
(2096, 17, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'Crucible of Storms (10-30 LFR)'),
|
||||
(2097, 2, 50, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 50.', 'Mechagon (5 Heroic)'),
|
||||
(2097, 8, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Challenge difficulty.', 'Mechagon (Mythic Keystone)'),
|
||||
(2097, 23, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to access the Mythic difficulty.', 'Mechagon (5 Mythic)'),
|
||||
(2164, 14, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'The Eternal Palace (10-30 Normal)'),
|
||||
(2164, 15, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'The Eternal Palace (10-30 Heroic)'),
|
||||
(2164, 16, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'The Eternal Palace (20 Mythic)'),
|
||||
(2164, 17, 50, 0, 0, 0, 0, 0, 0, 'You must be level 50 and in a raid group to enter.', 'The Eternal Palace (10-30 LFR)'),
|
||||
(2236, 150, 7, 0, 0, 0, 0, 0, 0, 'You must be at least level 7 to enter.', 'Darkmaul Citadel (1 Normal)'),
|
||||
(2284, 1, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to enter.', 'Sanguine Depths (5 Normal)'),
|
||||
(2284, 2, 60, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 60.', 'Sanguine Depths (5 Heroic)'),
|
||||
(2284, 8, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Challenge difficulty.', 'Sanguine Depths (Mythic Keystone)'),
|
||||
(2284, 23, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Mythic difficulty.', 'Sanguine Depths (5 Mythic)'),
|
||||
(2284, 24, 60, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 60.', 'Sanguine Depths (5 Timewalking)'),
|
||||
(2285, 1, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to enter.', 'Spires of Ascension (5 Normal)'),
|
||||
(2285, 2, 60, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 60.', 'Spires of Ascension (5 Heroic)'),
|
||||
(2285, 8, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Challenge difficulty.', 'Spires of Ascension (Mythic Keystone)'),
|
||||
(2285, 23, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Mythic difficulty.', 'Spires of Ascension (5 Mythic)'),
|
||||
(2285, 24, 60, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 60.', 'Spires of Ascension (5 Timewalking)'),
|
||||
(2286, 1, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to enter.', 'The Necrotic Wake (5 Normal)'),
|
||||
(2286, 2, 60, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 60.', 'The Necrotic Wake (5 Heroic)'),
|
||||
(2286, 8, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Challenge difficulty.', 'The Necrotic Wake (Mythic Keystone)'),
|
||||
(2286, 23, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Mythic difficulty.', 'The Necrotic Wake (5 Mythic)'),
|
||||
(2286, 24, 60, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 60.', 'The Necrotic Wake (5 Timewalking)'),
|
||||
(2287, 1, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to enter.', 'Halls of Atonement (5 Normal)'),
|
||||
(2287, 2, 60, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 60.', 'Halls of Atonement (5 Heroic)'),
|
||||
(2287, 8, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Challenge difficulty.', 'Halls of Atonement (Mythic Keystone)'),
|
||||
(2287, 23, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Mythic difficulty.', 'Halls of Atonement (5 Mythic)'),
|
||||
(2287, 24, 60, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 60.', 'Halls of Atonement (5 Timewalking)'),
|
||||
(2289, 1, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to enter.', 'Plaguefall (5 Normal)'),
|
||||
(2289, 2, 60, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 60.', 'Plaguefall (5 Heroic)'),
|
||||
(2289, 8, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Challenge difficulty.', 'Plaguefall (Mythic Keystone)'),
|
||||
(2289, 23, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Mythic difficulty.', 'Plaguefall (5 Mythic)'),
|
||||
(2289, 24, 60, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 60.', 'Plaguefall (5 Timewalking)'),
|
||||
(2290, 1, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to enter.', 'Mists of Tirna Scithe (5 Normal)'),
|
||||
(2290, 2, 60, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 60.', 'Mists of Tirna Scithe (5 Heroic)'),
|
||||
(2290, 8, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Challenge difficulty.', 'Mists of Tirna Scithe (Mythic Keystone)'),
|
||||
(2290, 23, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Mythic difficulty.', 'Mists of Tirna Scithe (5 Mythic)'),
|
||||
(2291, 1, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to enter.', 'De Other Side (5 Normal)'),
|
||||
(2291, 2, 60, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 60.', 'De Other Side (5 Heroic)'),
|
||||
(2291, 8, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Challenge difficulty.', 'De Other Side (Mythic Keystone)'),
|
||||
(2291, 23, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Mythic difficulty.', 'De Other Side (5 Mythic)'),
|
||||
(2291, 24, 60, 0, 0, 0, 0, 0, 0, 'Timewalking requires you to be level 60.', 'De Other Side (5 Timewalking)'),
|
||||
(2293, 1, 50, 0, 0, 0, 0, 0, 0, 'You must be at least level 50 to enter.', 'Theater of Pain (5 Normal)'),
|
||||
(2293, 2, 60, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 60.', 'Theater of Pain (5 Heroic)'),
|
||||
(2293, 8, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Challenge difficulty.', 'Theater of Pain (Mythic Keystone)'),
|
||||
(2293, 23, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Mythic difficulty.', 'Theater of Pain (5 Mythic)'),
|
||||
(2296, 14, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Castle Nathria (10-30 Normal)'),
|
||||
(2296, 15, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Castle Nathria (10-30 Heroic)'),
|
||||
(2296, 16, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Castle Nathria (20 Mythic)'),
|
||||
(2296, 17, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Castle Nathria (10-30 LFR)'),
|
||||
(2441, 2, 60, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 60.', 'Tazavesh, the Veiled Market (5 Heroic)'),
|
||||
(2441, 8, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Challenge difficulty.', 'Tazavesh, the Veiled Market (Mythic Keystone)'),
|
||||
(2441, 23, 60, 0, 0, 0, 0, 0, 0, 'You must be at least level 60 to access the Mythic difficulty.', 'Tazavesh, the Veiled Market (5 Mythic)'),
|
||||
(2450, 14, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Sanctum of Domination (10-30 Normal)'),
|
||||
(2450, 15, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Sanctum of Domination (10-30 Heroic)'),
|
||||
(2450, 16, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Sanctum of Domination (20 Mythic)'),
|
||||
(2450, 17, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Sanctum of Domination (10-30 LFR)'),
|
||||
(2451, 1, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to enter.', 'Uldaman: Legacy of Tyr (5 Normal)'),
|
||||
(2451, 2, 70, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 70.', 'Uldaman: Legacy of Tyr (5 Heroic)'),
|
||||
(2451, 8, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Challenge difficulty.', 'Uldaman: Legacy of Tyr (Mythic Keystone)'),
|
||||
(2451, 23, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'Uldaman: Legacy of Tyr (5 Mythic)'),
|
||||
(2451, 205, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'Uldaman: Legacy of Tyr (Follower)'),
|
||||
(2481, 14, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Sepulcher of the First Ones (10-30 Normal)'),
|
||||
(2481, 15, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Sepulcher of the First Ones (10-30 Heroic)'),
|
||||
(2481, 16, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Sepulcher of the First Ones (20 Mythic)'),
|
||||
(2481, 17, 60, 0, 0, 0, 0, 0, 0, 'You must be level 60 and in a raid group to enter.', 'Sepulcher of the First Ones (10-30 LFR)'),
|
||||
(2515, 1, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to enter.', 'The Azure Vault (5 Normal)'),
|
||||
(2515, 2, 70, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 70.', 'The Azure Vault (5 Heroic)'),
|
||||
(2515, 8, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Challenge difficulty.', 'The Azure Vault (Mythic Keystone)'),
|
||||
(2515, 23, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'The Azure Vault (5 Mythic)'),
|
||||
(2515, 205, 70, 0, 0, 0, 0, 0, 0, '', 'The Azure Vault (Follower)'),
|
||||
(2516, 1, 63, 0, 0, 0, 0, 0, 0, 'You must be at least level 63 to enter.', 'The Nokhud Offensive (5 Normal)'),
|
||||
(2516, 2, 70, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 70.', 'The Nokhud Offensive (5 Heroic)'),
|
||||
(2516, 8, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Challenge difficulty.', 'The Nokhud Offensive (Mythic Keystone)'),
|
||||
(2516, 23, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'The Nokhud Offensive (5 Mythic)'),
|
||||
(2516, 205, 70, 0, 0, 0, 0, 0, 0, '', 'The Nokhud Offensive (Follower)'),
|
||||
(2519, 1, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to enter.', 'Neltharus (5 Normal)'),
|
||||
(2519, 2, 70, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 70.', 'Neltharus (5 Heroic)'),
|
||||
(2519, 8, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Challenge difficulty.', 'Neltharus (Mythic Keystone)'),
|
||||
(2519, 23, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'Neltharus (5 Mythic)'),
|
||||
(2519, 205, 70, 0, 0, 0, 0, 0, 0, '', 'Neltharus (Follower)'),
|
||||
(2520, 1, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to enter.', 'Brackenhide Hollow (5 Normal)'),
|
||||
(2520, 2, 70, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 70.', 'Brackenhide Hollow (5 Heroic)'),
|
||||
(2520, 8, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Challenge difficulty.', 'Brackenhide Hollow (Mythic Keystone)'),
|
||||
(2520, 23, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'Brackenhide Hollow (5 Mythic)'),
|
||||
(2520, 205, 70, 0, 0, 0, 0, 0, 0, '', 'Brackenhide Hollow (Follower)'),
|
||||
(2521, 1, 61, 0, 0, 0, 0, 0, 0, 'You must be at least level 61 to enter.', 'Ruby Life Pools (5 Normal)'),
|
||||
(2521, 2, 70, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 70.', 'Ruby Life Pools (5 Heroic)'),
|
||||
(2521, 8, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Challenge difficulty.', 'Ruby Life Pools (Mythic Keystone)'),
|
||||
(2521, 23, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'Ruby Life Pools (5 Mythic)'),
|
||||
(2521, 205, 70, 0, 0, 0, 0, 0, 0, '', 'Ruby Life Pools (Follower)'),
|
||||
(2526, 1, 61, 0, 0, 0, 0, 0, 0, 'You must be at least level 61 to enter.', 'Algeth\'ar Academy (5 Normal)'),
|
||||
(2526, 2, 70, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 70.', 'Algeth\'ar Academy (5 Heroic)'),
|
||||
(2526, 8, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Challenge difficulty.', 'Algeth\'ar Academy (Mythic Keystone)'),
|
||||
(2526, 23, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'Algeth\'ar Academy (5 Mythic)'),
|
||||
(2526, 205, 70, 0, 0, 0, 0, 0, 0, '', 'Algeth\'ar Academy (Follower)'),
|
||||
(2527, 1, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to enter.', 'Halls Of Infusion DF dungeon Normal'),
|
||||
(2527, 2, 70, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 70.', 'Halls Of Infusion DF dungeon Heroic'),
|
||||
(2527, 8, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Challenge difficulty.', 'Halls Of Infusion DF dungeon Mythic keystone'),
|
||||
(2527, 23, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'Halls Of Infusion DF dungeon Mythic'),
|
||||
(2569, 14, 70, 0, 0, 0, 0, 0, 0, 'You must be level 70 and in a raid group to enter.', 'Aberrus, the Shadowed Crucible (10-30 Normal)'),
|
||||
(2569, 15, 70, 0, 0, 0, 0, 0, 0, 'You must be level 70 and in a raid group to enter.', 'Aberrus, the Shadowed Crucible (10-30 Heroic)'),
|
||||
(2569, 16, 70, 0, 0, 0, 0, 0, 0, 'You must be level 70 and in a raid group to enter.', 'Aberrus, the Shadowed Crucible (20 Mythic)'),
|
||||
(2569, 17, 70, 0, 0, 0, 0, 0, 0, 'You must be level 70 and in a raid group to enter.', 'Aberrus, the Shadowed Crucible (10-30 LFR)'),
|
||||
(2579, 2, 70, 0, 0, 0, 0, 0, 0, 'Heroic Difficulty requires you to be level 70.', 'Dawn of the Infinite (5 Heroic)'),
|
||||
(2579, 8, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Challenge difficulty.', 'Dawn of the Infinite (Mythic Keystone)'),
|
||||
(2579, 23, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to access the Mythic difficulty.', 'Dawn of the Infinite (5 Mythic)'),
|
||||
(2680, 208, 70, 0, 0, 0, 0, 0, 0, 'You must be at least level 70 to enter.', 'Earthcrawl Mines (Delve)');
|
||||
|
||||
Reference in New Issue
Block a user