WoWInterface SVN NeedToKnow-Updated

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches
    from Rev 99 to Rev 100
    Reverse comparison

Rev 99 → Rev 100

Kitjan/NeedToKnow/NeedToKnow.lua
1984,7 → 1984,7
else
bUnitExists = UnitExists(settings.Unit)
end
 
 
-- Determine if the bar should be showing anything
local all_stacks
local idxName, duration, buffName, count, expirationTime, iconPath, caster
2136,9 → 2136,12
bar.expirationTime = nil
 
local bBlink = false
if settings.blink_enabled and settings.MissingBlink.a > 0 and bUnitExists and not UnitIsDead(bar.unit) then
bBlink = (bar.unit == "player") or
(settings.BuffOrDebuff == "HELPFUL") == (nil ~= UnitIsFriend("player", bar.unit))
if settings.blink_enabled and settings.MissingBlink.a > 0 then
if isWeapon then
bBlink = true
else
bBlink = bUnitExists and not UnitIsDead(bar.unit)
end
end
if ( bBlink and not settings.blink_ooc ) then
if not UnitAffectingCombat("player") then