diff --git a/modules/CustomBar.lua b/modules/CustomBar.lua index 7071275..2136c76 100644 --- a/modules/CustomBar.lua +++ b/modules/CustomBar.lua @@ -119,7 +119,7 @@ function IceCustomBar.prototype:ConditionalSubscribe() end function IceCustomBar.prototype:ShouldAlwaysSubscribe() - return self.unit == "focustarget" or self.unit == "pettarget" + return self.unit == "focustarget" or self.unit == "pettarget" or self.unit == "targettarget" end function IceCustomBar.prototype:TargetChanged()