From 44065aeea22eec9b61d3c4b2ef2193db37b1a327 Mon Sep 17 00:00:00 2001 From: Aleksi Blinnikka Date: Tue, 10 Sep 2019 21:29:08 +0300 Subject: [PATCH 1/1] Add EP debuffs, buffind1 color change --- kehys/auras.lua | 3 +++ kehys/frame.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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); -- 2.39.5