tttarget: add tttarget unitframe and config

This commit is contained in:
attackpure100
2019-12-25 20:01:15 +00:00
committed by shagu
parent fb2c3bad79
commit 050790b7e9
8 changed files with 53 additions and 12 deletions
+1 -1
View File
@@ -1187,7 +1187,7 @@ function pfUI.uf:RefreshUnit(unit, component)
local component = component or ""
-- don't update scanner activity
if unit.label == "target" or unit.label == "targettarget" then
if unit.label == "target" or unit.label == "targettarget" or unit.label == "targettargettarget" then
if pfScanActive == true then return end
end