Skip to content

Commit aba8ab2

Browse files
committed
Add more instances
1 parent 15b1420 commit aba8ab2

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

Modules/Instances.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ do
55
end
66

77
addonTbl.INSTANCES = {
8+
-- Dungeons
89
[2648] = true, -- The Rookery
910
[2649] = true, -- Priory of the Sacred Flame
1011
[2651] = true, -- Darkflame Cleft
@@ -13,7 +14,14 @@ addonTbl.INSTANCES = {
1314
[2661] = true, -- Cinderbrew Meadery
1415
[2662] = true, -- The Dawnbreaker
1516
[2669] = true, -- City of Threads
17+
[2773] = true, -- Operation: Floodgate
1618

19+
-- Season 2 Dungeons
20+
[1594] = true, -- The Motherlode!!
21+
[2097] = true, -- Operation: Mechagon
22+
[2293] = true, -- Theater of Pain
23+
24+
-- Raids
1725
[2657] = true, -- Nerub-ar Palace
1826
[2769] = true, -- Undermine
1927
}

Modules/Instances_Vanilla.lua

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ do
55
end
66

77
addonTbl.INSTANCES = {
8+
-- Dungeons
89
[33] = true, -- Shadowfang Keep
910
[34] = true, -- The Stockade
1011
[36] = true, -- The Deadmines
@@ -14,6 +15,22 @@ addonTbl.INSTANCES = {
1415
[229] = true, -- Blackrock Spire
1516
[329] = true, -- Stratholme
1617
[429] = true, -- Dire Maul
17-
[2784] = true, -- Demon Fall Canyon
18-
[2875] = true, -- Karazhan Crypts
18+
[2784] = true, -- Demon Fall Canyon [Classic Season of Discovery Only]
19+
[2875] = true, -- Karazhan Crypts [Classic Season of Discovery Only]
20+
21+
-- Raids
22+
[249] = true, -- Onyxia's Lair
23+
[409] = true, -- Molten Core
24+
[469] = true, -- Blackwing Lair
25+
[309] = true, -- Zul'Gurub
26+
[509] = true, -- Ruins of Ahn'Qiraj
27+
[531] = true, -- Ahn'Qiraj Temple
28+
[533] = true, -- Naxxramas
29+
--[48] = true, -- Blackfathom Deeps [Classic Season of Discovery Only]
30+
--[90] = true, -- Gnomeregan [Classic Season of Discovery Only]
31+
--[109] = true, -- Sunken Temple [Classic Season of Discovery Only]
32+
[2789] = true, -- The Tainted Scar (Lord Kazzak) [Classic Season of Discovery Only]
33+
[2791] = true, -- Storm Cliffs (Azuregos) [Classic Season of Discovery Only]
34+
[2804] = true, -- The Crystal Vale (Thunderaan) [Classic Season of Discovery Only]
35+
[2832] = true, -- Nightmare Grove (Emeriss/Lethon/Taerar/Ysondre) [Classic Season of Discovery Only]
1936
}

0 commit comments

Comments
 (0)