Skip to content

Commit ea14c6e

Browse files
committed
Add instances list for Mists
1 parent 04cc711 commit ea14c6e

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

Modules/Instances_Mists.lua

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
local addonTbl
2+
do
3+
local _
4+
_, addonTbl = ...
5+
end
6+
7+
addonTbl.INSTANCES = {
8+
-- Dungeons
9+
[959] = true, -- Shado-Pan Monastery
10+
[960] = true, -- Temple of the Jade Serpent
11+
[961] = true, -- Stormstout Brewery
12+
[962] = true, -- Gate of the Setting Sun
13+
[994] = true, -- Mogu'shan Palace
14+
[1001] = true, -- Scarlet Halls
15+
[1007] = true, -- Scholomance
16+
[1011] = true, -- Siege of Niuzao Temple
17+
[1112] = true, -- Pursuing the Black Harvest
18+
[1004] = true, -- Scarlet Monastery
19+
20+
-- Raids
21+
[1009] = true, -- Heart of Fear
22+
[996] = true, -- Terrace of Endless Spring
23+
[1008] = true, -- Mogu'shan Vaults
24+
[1098] = true, -- Throne of Thunder
25+
[1136] = true, -- Siege of Orgrimmar
26+
}

Transcriptor_Mists.toc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Libs\LibStub.lua
2727
Libs\CallbackHandler-1.0.lua
2828
Libs\LibDataBroker-1.1.lua
2929

30+
Modules\Instances_Mists.lua
3031
Modules\PlayerSpellBlocklist.lua
3132
Modules\TimersBlocklist.lua
3233
Modules\TimersSpecialEvents.lua

0 commit comments

Comments
 (0)