165 - Dual Spec Patch
What does the provided patch do?
This patch provides dual spec support via LibDualSpec
Please provide any additional information below.
1.) Add LibDualSpec-1.0 to the libs directory
2.) Add this line to Quartz.toc in the [email protected]@ section:
lib\LibDualSpec-1.0\LibStub.lua
3.) Add this code to Config.lua in the function Quartz3:SetupOptions():
local LibDualSpec = LibStub("LibDualSpec-1.0", true)
if LibDualSpec then
local opts = LibStub("AceDBOptions-3.0"):GetOptionsTable(self.db)
LibDualSpec:EnhanceDatabase(self.db, "Quartz3")
LibDualSpec:EnhanceOptions(opts, self.db)
end
| Name | Description | Size | MD5 |
|---|---|---|---|
| Config.lua | Patched Config.lua | 6.6 KiB | ae2d74d4a4c9... |
| Quartz.toc | Patched Quartz.toc | 1.8 KiB | 43460556f552... |
Facts
- Last updated
- Jul 07, 2011
- Reported
- Jul 07, 2011
- Status
- New - Issue has not had initial review yet.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.
- Votes
- 0