mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 01:46:03 +00:00
unitframes: add aggro and combat indicator
This commit is contained in:
@@ -409,6 +409,11 @@ function pfUI:LoadConfig()
|
||||
pfUI:UpdateConfig("unitframes", unit, "alpha_visible", "1")
|
||||
pfUI:UpdateConfig("unitframes", unit, "alpha_outrange", ".50")
|
||||
pfUI:UpdateConfig("unitframes", unit, "alpha_offline", ".25")
|
||||
pfUI:UpdateConfig("unitframes", unit, "squareaggro", "0")
|
||||
pfUI:UpdateConfig("unitframes", unit, "squarecombat", "0")
|
||||
pfUI:UpdateConfig("unitframes", unit, "squaresize", "8")
|
||||
pfUI:UpdateConfig("unitframes", unit, "squarepos", "TOPLEFT")
|
||||
|
||||
pfUI:UpdateConfig("unitframes", unit, "glowaggro", "1")
|
||||
pfUI:UpdateConfig("unitframes", unit, "glowcombat", "1")
|
||||
pfUI:UpdateConfig("unitframes", unit, "showtooltip", "1")
|
||||
|
||||
Reference in New Issue
Block a user