mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 01:46:03 +00:00
unitframes: make sure cooldown timers always appear
This commit is contained in:
+1
-1
@@ -2115,7 +2115,7 @@ function pfUI.uf:AddIcon(frame, pos, icon, timeleft, stacks)
|
||||
frame.icon[pos].cd = CreateFrame(COOLDOWN_FRAME_TYPE, nil, frame.icon[pos])
|
||||
frame.icon[pos].cd.pfCooldownStyleAnimation = 0
|
||||
frame.icon[pos].cd.pfCooldownType = "ALL"
|
||||
frame.icon[pos].cd:SetAlpha(0)
|
||||
frame.icon[pos].cd:SetFrameLevel(48)
|
||||
end
|
||||
|
||||
-- update icon configuration
|
||||
|
||||
Reference in New Issue
Block a user