WoWInterface SVN NeedToKnow-Updated

Compare Revisions

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

Rev 100 → Rev 99

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,12 → 2136,9
bar.expirationTime = nil
 
local bBlink = false
if settings.blink_enabled and settings.MissingBlink.a > 0 then
if isWeapon then
bBlink = true
else
bBlink = bUnitExists and not UnitIsDead(bar.unit)
end
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))
end
if ( bBlink and not settings.blink_ooc ) then
if not UnitAffectingCombat("player") then