From fd65356d0e4884746c754cdc9cf5f2d127139f69 Mon Sep 17 00:00:00 2001 From: shagu Date: Tue, 16 Aug 2022 16:27:48 +0200 Subject: [PATCH] actionbar: slightly increase pet autocast glow --- modules/actionbar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/actionbar.lua b/modules/actionbar.lua index 6a2e0931..d43ef07f 100644 --- a/modules/actionbar.lua +++ b/modules/actionbar.lua @@ -1142,7 +1142,7 @@ pfUI:RegisterModule("actionbar", "vanilla:tbc", function () -- pet autocast if bar == 12 then f.autocast:SetScale(C.bars["bar"..bar].icon_size / 25) - f.autocast:SetAlpha(.05) + f.autocast:SetAlpha(.10) end -- macro options