Skip to content

Commit

Permalink
The raids in Wrath Classic do not currently share a lockout between 1…
Browse files Browse the repository at this point in the history
…0 and 25 man.
  • Loading branch information
DFortun81 committed Oct 16, 2022
1 parent 87fc17a commit 0e85788
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ root("Instances", tier(WOTLK_TIER, applyclassicphase(WRATH_PHASE_ONE, {
inst(753, { -- Vault of Archavon
["mapID"] = VAULT_OF_ARCHAVON,
["coord"] = { 50.0, 11.9, WINTERGRASP },
-- #if AFTER CATA
["sharedLockout"] = 1,
-- #endif
["isRaid"] = true,
["lvl"] = 80,
["groups"] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ root("Instances", tier(WOTLK_TIER, {
["mapID"] = NAXXRAMAS,
["maps"] = { 163, 164, 165, 166, 167 },
["coord"] = { 87.4, 51.1, DRAGONBLIGHT },
-- #if AFTER CATA
["sharedLockout"] = 1,
-- #endif
["isRaid"] = true,
["groups"] = applyclassicphase(WRATH_PHASE_ONE, {
d(3, { -- 10-Man
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ root("Instances", tier(WOTLK_TIER, applyclassicphase(WRATH_PHASE_ONE, {
inst(755, { -- The Obsidian Sanctum
["mapID"] = THE_OBSIDIAN_SANCTUM,
["coord"] = { 60.0, 56.7, DRAGONBLIGHT },
-- #if AFTER CATA
["sharedLockout"] = 1,
-- #endif
["isRaid"] = true,
["lvl"] = 80,
["groups"] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ root("Instances", tier(WOTLK_TIER, applyclassicphase(WRATH_PHASE_ONE, {
inst(756, { -- The Eye of Eternity
["mapID"] = THE_EYE_OF_ETERNITY,
["coord"] = { 27.5, 26.6, BOREAN_TUNDRA }, -- The Eye of Eternity (Coldarra)
-- #if AFTER CATA
["sharedLockout"] = 1,
-- #endif
["isRaid"] = true,
["lvl"] = 80,
["groups"] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ root("Instances", tier(WOTLK_TIER, applyclassicphase(WRATH_PHASE_TWO, {
["mapID"] = ULDUAR,
["maps"] = { 148, 149, 150, 151, 152 },
["coord"] = { 41.5, 17.9, THE_STORM_PEAKS },
-- #if AFTER CATA
["sharedLockout"] = 1,
-- #endif
["isRaid"] = true,
["lvl"] = lvlsquish(80, 80, 30),
["groups"] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ root("Instances", tier(WOTLK_TIER, applyclassicphase(WRATH_PHASE_THREE, bubbleDo
["mapID"] = TRIAL_OF_THE_CRUSADER,
["coord"] = { 75.0, 21.8, ICECROWN }, -- Trial of the Crusader (Argent Tournament Grounds)
["maps"] = { 173 },
-- #if AFTER CATA
["sharedLockout"] = 1,
-- #endif
["isRaid"] = true,
["lvl"] = 80,
["groups"] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ root("Instances", tier(WOTLK_TIER, applyclassicphase(WRATH_PHASE_FOUR, bubbleDow
["mapID"] = ICECROWN_CITADEL,
["maps"] = { 187, 188, 189, 190, 191, 192, 193, 699, 1359 }, -- 1359 may be a specific scenario map - it was reported as missing in early 2019, but i couldn't find context for it
["coord"] = { 53.7, 87.0, ICECROWN },
-- #if AFTER CATA
["sharedLockout"] = 1,
-- #endif
["isRaid"] = true,
["lvl"] = 80,
["groups"] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ root("Instances", tier(WOTLK_TIER, applyclassicphase(WRATH_PHASE_FIVE, {
inst(761, { -- The Ruby Sanctum
["mapID"] = THE_RUBY_SANCTUM,
["coord"] = { 61.2, 52.7, DRAGONBLIGHT },
-- #if AFTER CATA
["sharedLockout"] = 1,
-- #endif
["isRaid"] = true,
["lvl"] = 80,
["groups"] = {
Expand Down

0 comments on commit 0e85788

Please sign in to comment.