From 2b2f45e3e560e9495a525a81254b5e040c92e4f9 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Fri, 2 Sep 2022 21:20:50 -0300 Subject: [PATCH] fix --- boot.lua | 2 +- frames/window_playerbreakdown.lua | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/boot.lua b/boot.lua index e7336b8c..0483883e 100644 --- a/boot.lua +++ b/boot.lua @@ -18,7 +18,7 @@ _detalhes.BFACORE = 131 --core version on BFA launch _detalhes.SHADOWLANDSCORE = 143 --core version on Shadowlands launch - _detalhes.dragonflight_beta_version = 21 + _detalhes.dragonflight_beta_version = 22 Details = _detalhes diff --git a/frames/window_playerbreakdown.lua b/frames/window_playerbreakdown.lua index d2d75362..a0bbbeb8 100644 --- a/frames/window_playerbreakdown.lua +++ b/frames/window_playerbreakdown.lua @@ -5605,7 +5605,8 @@ local function CriaTexturaBarra(newLine) local texturePath = SharedMedia:Fetch("statusbar", _detalhes.player_details_window.bar_texture) textureObject:SetTexture(texturePath) newLine.textura:SetStatusBarTexture(textureObject) - newLine.textura:SetStatusBarColor(.5, .5, .5, 0) + newLine.textura:SetStatusBarColor(.5, .5, .5, 1) --SetColorFill(r, g, b, a) + --newLine.textura:SetColorFill(.5, .5, .5, 1) --(r, g, b, a) newLine.textura:SetMinMaxValues(0, 100) local backgroundTexture = newLine.textura:CreateTexture(nil, "background")