From 38c7feeed732f33f30e6edaa8772fddfdb67c01e Mon Sep 17 00:00:00 2001 From: FLORIAN GUSTIN Date: Tue, 24 Mar 2026 13:20:41 +0100 Subject: [PATCH] changing maul color --- modules/swingtimer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/swingtimer.lua b/modules/swingtimer.lua index 1cdbd9a7..b8adec05 100644 --- a/modules/swingtimer.lua +++ b/modules/swingtimer.lua @@ -518,7 +518,7 @@ pfUI:RegisterModule("swingtimer", "vanilla:tbc", function () local curR, curG, curB = mhDefaultR, mhDefaultG, mhDefaultB if sw_hsqueue then if S.maulQueued and S.isDruid then - curR, curG, curB = 0.2, 0.6, 1.0 -- blue-ish for druid + curR, curG, curB = 1.0, 0.55, 0.0 -- orange for druid maul queue elseif S.isWarrior then local hs, cl = IsHSOrCleaveQueued() if cl then