From c70eb2360f0b5c1320f88d3b6c0f870e82c6c946 Mon Sep 17 00:00:00 2001 From: Eltreum Date: Fri, 4 Feb 2022 21:17:55 -0300 Subject: [PATCH] 2.7.6 --- ElvUI_EltreumUI/ElvUI_EltreumUI_Mainline.toc | 2 +- ElvUI_EltreumUI/ElvUI_EltreumUI_TBC.toc | 2 +- ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc | 2 +- ElvUI_EltreumUI/Modules/Skins/Unitframes.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElvUI_EltreumUI/ElvUI_EltreumUI_Mainline.toc b/ElvUI_EltreumUI/ElvUI_EltreumUI_Mainline.toc index a43285d0a..f22761228 100644 --- a/ElvUI_EltreumUI/ElvUI_EltreumUI_Mainline.toc +++ b/ElvUI_EltreumUI/ElvUI_EltreumUI_Mainline.toc @@ -1,6 +1,6 @@ ## Interface: 90105 ## Author: Eltreum -## Version: 2.7.5 +## Version: 2.7.6 ## Title: |cff1784d1ElvUI|r Eltruism ## Notes: Eltruism is an ElvUI plugin with profiles and other features not available in ElvUI ## Dependencies: ElvUI, AddOnSkins diff --git a/ElvUI_EltreumUI/ElvUI_EltreumUI_TBC.toc b/ElvUI_EltreumUI/ElvUI_EltreumUI_TBC.toc index 9064352dc..108aad911 100644 --- a/ElvUI_EltreumUI/ElvUI_EltreumUI_TBC.toc +++ b/ElvUI_EltreumUI/ElvUI_EltreumUI_TBC.toc @@ -1,6 +1,6 @@ ## Interface: 20503 ## Author: Eltreum -## Version: 2.7.5 +## Version: 2.7.6 ## Title: |cff1784d1ElvUI|r Eltruism TBC ## Notes: Eltruism is an ElvUI plugin with profiles and other features not available in ElvUI ## Dependencies: ElvUI, AddOnSkins diff --git a/ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc b/ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc index 3091282c5..1be0eeb76 100644 --- a/ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc +++ b/ElvUI_EltreumUI/ElvUI_EltreumUI_Vanilla.toc @@ -1,6 +1,6 @@ ## Interface: 11401 ## Author: Eltreum -## Version: 2.7.5 +## Version: 2.7.6 ## Title: |cff1784d1ElvUI|r Eltruism Classic ## Notes: Eltruism is an ElvUI plugin with profiles and other features not available in ElvUI ## Dependencies: ElvUI, AddOnSkins diff --git a/ElvUI_EltreumUI/Modules/Skins/Unitframes.lua b/ElvUI_EltreumUI/Modules/Skins/Unitframes.lua index cf18a2a85..350da498d 100644 --- a/ElvUI_EltreumUI/Modules/Skins/Unitframes.lua +++ b/ElvUI_EltreumUI/Modules/Skins/Unitframes.lua @@ -33,7 +33,7 @@ local unitframeclass = { } --bar colors for party/raid/raid40 -local disconnected = {r = "0.83921384811401", g = "0.74901795387268", b = "0.65097898244858"} +--local disconnected = {r = "0.83921384811401", g = "0.74901795387268", b = "0.65097898244858"} local paladin = {r = "0.95686066150665", g = "0.54901838302612", b = "0.72941017150879"} local warrior = {r = "0.77646887302399", g = "0.60784178972244", b = "0.4274500310421"} local shaman = {r = "0", g = "0.4392147064209", b = "0.86666476726532",}