-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathLightMainline.xml
More file actions
35 lines (32 loc) · 1.55 KB
/
LightMainline.xml
File metadata and controls
35 lines (32 loc) · 1.55 KB
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
<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">
<!-- SPELLBOOKS -->
<Script file="rotations_df\druid\spellbook.lua" />
<Script file="rotations_df\priest\spellbook.lua" />
<Script file="rotations_df\mage\spellbook.lua" />
<Script file="rotations_df\paladin\spellbook.lua" />
<Script file="rotations_df\hunter\spellbook.lua" />
<Script file="rotations_df\rogue\spellbook.lua" />
<Script file="rotations_df\shaman\spellbook.lua" />
<Script file="rotations_df\warlock\spellbook.lua" />
<Script file="rotations_df\warrior\spellbook.lua" />
<!-- ROTATIONS -->
<Script file="rotations_df\druid\druid.lua" />
<Script file="rotations_df\priest\priest.lua" />
<Script file="rotations_df\priest\priest_buddy.lua" />
<Script file="rotations_df\mage\mage.lua" />
<Script file="rotations_df\mage\mage_buddy.lua" />
<Script file="rotations_df\paladin\paladin.lua" />
<Script file="rotations_df\hunter\hunter.lua" />
<Script file="rotations_df\rogue\rogue.lua" />
<Script file="rotations_df\shaman\shaman_arena.lua" />
<Script file="rotations_df\shaman\shaman_pve.lua" />
<Script file="rotations_df\shaman\shaman_resto_3s.lua" />
<Script file="rotations_df\warlock\warlock.lua" />
<Script file="rotations_df\warlock\dotlock.lua" />
<Script file="rotations_df\warlock\destrolock.lua" />
<Script file="rotations_df\warrior\warrior.lua" />
<!-- MISC -->
<Script file="system\support\patches.lua" />
<Script file="system\support\ready.lua" />
</Ui>