WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /RT
    from Rev 716 to Rev 721
    Reverse comparison

Rev 716 → Rev 721

RT.lua
23,7 → 23,7
end
end
 
local foo = 20
local foo = 50
 
-- Target Health
local icon = "Interface\\LFGFrame\\LFGRole"
227,7 → 227,7
end
 
-- Off Hand
if UnitBuff("player","Crippling Poison") then
if UnitBuff("player","Crippling Poison") or UnitBuff("player","Leeching Poison") then
RogueTimers.PoisonTwo:SetAlpha(0)
else
RogueTimers.PoisonTwo:SetAlpha(1)