Silly bugs..

This commit is contained in:
iceroth
2007-05-29 18:55:28 +00:00
parent 80779ae056
commit 465ce870d6

View File

@ -592,7 +592,7 @@ function TargetInfo.prototype:UpdateBuffs()
local buffName, buffRank, buffTexture, buffApplications, debuffDispelType,
debuffDuration, debuffTimeLeft = UnitDebuff("target", i, filter and not hostile)
if (buffTexture and (not hostile or (filter and debuffDuration))) then
if (buffTexture and (not hostile or not filter or (filter and debuffDuration))) then
--buffTexture = buffTexture or "Interface\\Icons\\Ability_Creature_Disease_04"