mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -05:00
Silly bugs..
This commit is contained in:
@ -592,7 +592,7 @@ function TargetInfo.prototype:UpdateBuffs()
|
|||||||
local buffName, buffRank, buffTexture, buffApplications, debuffDispelType,
|
local buffName, buffRank, buffTexture, buffApplications, debuffDispelType,
|
||||||
debuffDuration, debuffTimeLeft = UnitDebuff("target", i, filter and not hostile)
|
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"
|
--buffTexture = buffTexture or "Interface\\Icons\\Ability_Creature_Disease_04"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user