Dual Spec Patch #165


  • New
  • Patch
Open
Assigned to nevcairiel
  • _ForgeUser203204 created this issue Jul 6, 2011
    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 #@no-lib-strip@ 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
  • _ForgeUser203204 added the tags New Patch Jul 6, 2011
  • _ForgeUser203204 added an attachment Config.lua Jul 6, 2011

    Config.lua

    <p>Patched Config.lua</p>

  • _ForgeUser203204 added an attachment Quartz.toc Jul 6, 2011

    Quartz.toc

    <p>Patched Quartz.toc</p>


To post a comment, please login or register a new account.