-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathLightCata.xml
More file actions
28 lines (23 loc) · 1.17 KB
/
Copy pathLightCata.xml
File metadata and controls
28 lines (23 loc) · 1.17 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
<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_cata\druid\spellbook.lua" />-->
<Script file="rotations_cata\priest\spellbook.lua" />
<!--<Script file="rotations_cata\mage\spellbook.lua" />-->
<!--<Script file="rotations_cata\paladin\spellbook.lua" />-->
<!--<Script file="rotations_cata\hunter\spellbook.lua" />-->
<!--<Script file="rotations_cata\rogue\spellbook.lua" />-->
<!--<Script file="rotations_cata\shaman\spellbook.lua" />-->
<Script file="rotations_cata\warlock\spellbook.lua" />
<!--<Script file="rotations_cata\warrior\spellbook.lua" />-->
<!-- ROTATIONS -->
<Script file="rotations_cata\warlock\warlock.lua" />
<Script file="rotations_cata\warlock\dotlock.lua" />
<Script file="rotations_cata\warlock\destro.lua" />
<Script file="rotations_cata\priest\priest.lua" />
<Script file="rotations_cata\priest\shadow.lua" />
<Script file="rotations_cata\priest\shadow_pvp.lua" />
<!-- MISC -->
<Script file="system\support\patches.lua" />
<Script file="system\support\ready.lua" />
</Ui>