WoWInterface SVN oUF_Ruben

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 18 to Rev 19
    Reverse comparison

Rev 18 → Rev 19

trunk/oUF_Ruben/oUF_Ruben.toc
3,7 → 3,7
## Title: oUF_Ruben
## Author: Mrruben5
## Version: 30300.wowi:revision
## OptionalDeps: oUF, oUF_AuraTracker, oUF_BarFader, oUF_CombatFeedback, oUF_DebuffHighlight, oUF_HealComm4, oUF_QuickHealth2, oUF_ResComm, oUF_SpellRange, oUF_ThreatFeedback, oUF_WeaponEnchant
## OptionalDeps: oUF, oUF_AuraTracker, oUF_BarFader, oUF_CombatFeedback, oUF_DebuffHighlight, oUF_HealComm4, oUF_QuickHealth2, oUF_ResComm, oUF_SpellRange, oUF_ThreatFeedback, oUF_WeaponEnchant, Quartz
## Notes: Personal UF layout
 
oUF_Ruben.xml
trunk/oUF_Ruben/oUF_Ruben.lua
421,8 → 421,9
--[[------------------------------------------------------------------------------------------------
Castbar
--]]------------------------------------------------------------------------------------------------
 
if unit ~= "targettarget" then
 
-- Hide if Quartz is loaded
if unit ~= "targettarget" and not IsAddOnLoaded'Quartz' then
local cb = CreateFrame'Statusbar'
cb:SetParent(self)
cb:SetFrameLevel(self.Power:GetFrameLevel())