forked from BigWigsMods/LittleWigs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.xml
108 lines (72 loc) · 3.47 KB
/
modules.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<!-- Classic -->
<Include file="Classic\Deadmines\modules.xml"/>
<!--<Include file="Classic\ShadowfangKeep\modules.xml"/>-->
<!-- The Burning Crusade -->
<Include file="TBC\MagistersTerrace\modules.xml"/>
<Include file="TBC\ManaTombs\modules.xml"/>
<Include file="TBC\TheArcatraz\modules.xml"/>
<Include file="TBC\TheBlackMorass\modules.xml"/>
<Include file="TBC\TheShatteredHalls\modules.xml"/>
<Include file="TBC\TheSlavePens\modules.xml"/>
<!-- Wrath of the Lich King -->
<Include file="WotLK\Ahnkahet\modules.xml"/>
<Include file="WotLK\Gundrak\modules.xml"/>
<Include file="WotLK\HallsOfLightning\modules.xml"/>
<Include file="WotLK\PitOfSaron\modules.xml"/>
<Include file="WotLK\TheNexus\modules.xml"/>
<Include file="WotLK\TheVioletHold\modules.xml"/>
<Include file="WotLK\UtgardePinnacle\modules.xml"/>
<!-- Cataclysm -->
<!--<Include file="Cataclysm\BlackrockCaverns\modules.xml"/>-->
<Include file="Cataclysm\EndTime\modules.xml"/>
<Include file="Cataclysm\GrimBatol\modules.xml"/>
<!--<Include file="Cataclysm\HallsOfOrigination\modules.xml"/>-->
<!--<Include file="Cataclysm\HourOfTwilight\modules.xml"/>-->
<Include file="Cataclysm\LostCity\modules.xml"/>
<Include file="Cataclysm\Stonecore\modules.xml"/>
<Include file="Cataclysm\ThroneTides\modules.xml"/>
<Include file="Cataclysm\VortexPinnacle\modules.xml"/>
<!--<Include file="Cataclysm\WellOfEternity\modules.xml"/>-->
<!--<Include file="Cataclysm\ZulAman\modules.xml"/>-->
<!--<Include file="Cataclysm\ZulGurub\modules.xml"/>-->
<!-- Mists of Pandaria -->
<Include file="MoP\ShadoPanMonastery\modules.xml"/>
<Include file="MoP\ShadoPanMonastery\locales.xml"/>
<Include file="MoP\ScarletHalls\modules.xml"/>
<Include file="MoP\ScarletHalls\locales.xml"/>
<Include file="MoP\ScarletMonastery\modules.xml"/>
<Include file="MoP\ScarletMonastery\locales.xml"/>
<Include file="MoP\MogushanPalace\modules.xml"/>
<Include file="MoP\MogushanPalace\locales.xml"/>
<Include file="MoP\TempleOfTheJadeSerpent\modules.xml"/>
<Include file="MoP\TempleOfTheJadeSerpent\locales.xml"/>
<Include file="MoP\BlackTempleSolo\modules.xml"/>
<Include file="MoP\BlackTempleSolo\locales.xml"/>
<!-- Warlords of Draenor -->
<Include file="WoD\Auchindoun\modules.xml"/>
<Include file="WoD\Auchindoun\locales.xml"/>
<Include file="WoD\BloodmaulSlagMines\modules.xml"/>
<Include file="WoD\GrimrailDepot\modules.xml"/>
<Include file="WoD\IronDocks\modules.xml"/>
<Include file="WoD\ShadowmoonBurialGrounds\modules.xml"/>
<Include file="WoD\Skyreach\modules.xml"/>
<Include file="WoD\TheEverbloom\modules.xml"/>
<Include file="WoD\UpperBlackrockSpire\modules.xml"/>
<Include file="WoD\UpperBlackrockSpire\locales.xml"/>
<!-- Legion -->
<Include file="Legion\AssaultOnVioletHold\modules.xml"/>
<Include file="Legion\BlackRookHold\modules.xml"/>
<Include file="Legion\CourtOfStars\modules.xml"/>
<Include file="Legion\DarkheartThicket\modules.xml"/>
<Include file="Legion\EyeOfAzshara\modules.xml"/>
<Include file="Legion\HallsOfValor\modules.xml"/>
<Include file="Legion\HallsOfValor\locales.xml"/>
<Include file="Legion\Karazhan\modules.xml"/>
<Include file="Legion\MawOfSouls\modules.xml"/>
<Include file="Legion\NeltharionsLair\modules.xml"/>
<Include file="Legion\NeltharionsLair\locales.xml"/>
<Include file="Legion\TheArcway\modules.xml"/>
<Include file="Legion\VaultOfTheWardens\modules.xml"/>
</Ui>