File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Libs\LibStub.lua
2727Libs\CallbackHandler-1.0.lua
2828Libs\LibDataBroker-1.1.lua
2929
30+ Modules\Instances_Mists.lua
3031Modules\PlayerSpellBlocklist.lua
3132Modules\TimersBlocklist.lua
3233Modules\TimersSpecialEvents.lua
You can’t perform that action at this time.
0 commit comments