-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathLightWrath.xml
More file actions
19 lines (16 loc) · 827 Bytes
/
Copy pathLightWrath.xml
File metadata and controls
19 lines (16 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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_vanilla\druid\spellbook.lua" />
<Script file="rotations_vanilla\priest\spellbook.lua" />
<Script file="rotations_vanilla\mage\spellbook.lua" />
<Script file="rotations_vanilla\paladin\spellbook.lua" />
<Script file="rotations_vanilla\hunter\spellbook.lua" />
<Script file="rotations_vanilla\rogue\spellbook.lua" />
<Script file="rotations_vanilla\shaman\spellbook.lua" />
<Script file="rotations_vanilla\warlock\spellbook.lua" />
<Script file="rotations_vanilla\warrior\spellbook.lua" />
<!-- MISC -->
<Script file="system\support\patches.lua" />
<Script file="system\support\ready.lua" />
</Ui>