From: Aleksi Blinnikka Date: Tue, 10 Sep 2019 18:29:08 +0000 (+0300) Subject: Add EP debuffs, buffind1 color change X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/44065aeea22eec9b61d3c4b2ef2193db37b1a327?hp=ad5b150d2018f681b13aa4445b375d99adaa6d04 Add EP debuffs, buffind1 color change --- diff --git a/kehys/auras.lua b/kehys/auras.lua index 1100f11..5361bb2 100644 --- a/kehys/auras.lua +++ b/kehys/auras.lua @@ -54,6 +54,9 @@ local watchedAuras = { [292127] = {1, "alert"}, -- Darkest Depths (Underwater) [298569] = {1, "stacks"}, -- Drained Soul (Queen Azshara) [297586] = {1, "alert"}, -- Suffering (Queen's Court) + [294711] = {5, "heal"}, -- Frost (Sivara) + [294715] = {5, "heal"}, -- Toxic (Sivara) + [296693] = {1, "stacks"}, -- Waterlogged (Ashvane) }; local playerGuid = nil; diff --git a/kehys/frame.lua b/kehys/frame.lua index bba00f8..1719b94 100644 --- a/kehys/frame.lua +++ b/kehys/frame.lua @@ -157,7 +157,7 @@ function addon.NewRaidFrame(parent, width, height, unit, attributes, f.buffind1:SetPoint("TOPRIGHT", f.background, "TOPRIGHT", -1, -1); f.buffind1:SetWidth(6); f.buffind1:SetHeight(6); - f.buffind1:SetColorTexture(1, 0.8, 0.1); + f.buffind1:SetColorTexture(0.8, 0.1, 0.1); f.buffind1:Hide(); f.targeticon = f:CreateTexture(nil, "OVERLAY"); f.targeticon:SetPoint("CENTER", f, "TOP", 0, -1);