WoWInterface SVN mikma

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /DKT
    from Rev 186 to Rev 191
    Reverse comparison

Rev 186 → Rev 191

DKT.lua
9,8 → 9,9
local HoW = select(3,GetSpellInfo(57330))
local UB = select(3,GetSpellInfo(49194))
local BS = select(3,GetSpellInfo(49222))
local BP = select(3,GetSpellInfo(45462))
local FF = select(3,GetSpellInfo(45477))
local BP = "Interface\\Icons\\Spell_DeathKnight_BloodPlague"
local FF = "Interface\\Icons\\Spell_DeathKnight_FrostFever"
local EB = "Interface\\Icons\\Ability_Creature_Cursed_03"
 
local anchor1 = GTBLib:RegisterGroup("Death Knight Diseases","Interface\\TargetingFrame\\UI-StatusBar")
anchor1:EnableGradient(false)
74,6 → 75,11
else
anchor1:UnregisterBar("Frost Fever")
end
if UnitExists("target") and select(8,UnitDebuff("target","Ebon Plague")) then
anchor1:RegisterBar("Ebon Plague", "Ebon Plague", select(7,UnitDebuff("target","Ebon Plague"))-GetTime(), select(6,UnitDebuff("target","Ebon Plague")), EB, 0.6, 0.4, 0)
else
anchor1:UnregisterBar("Ebon Plague")
end
end