From 7fddbdd5425d8b8c1c67c17fceb0413f91a9b3a7 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Thu, 5 May 2022 14:25:22 -0300 Subject: [PATCH] Fix for vanguard plugin --- plugins/Details_Streamer/Details_Streamer-BCC.toc | 2 +- plugins/Details_TinyThreat/Details_TinyThreat-BCC.toc | 2 +- plugins/Details_Vanguard/Details_Vanguard.lua | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/plugins/Details_Streamer/Details_Streamer-BCC.toc b/plugins/Details_Streamer/Details_Streamer-BCC.toc index dc1de7fd..dc6ae393 100644 --- a/plugins/Details_Streamer/Details_Streamer-BCC.toc +++ b/plugins/Details_Streamer/Details_Streamer-BCC.toc @@ -1,4 +1,4 @@ -## Interface: 20502 +## Interface: 20504 ## Title: Details!: Streamer (plugin) ## Notes: Show which spells you are casting, viewers can see what are you doing and follow your steps. ## RequiredDeps: Details diff --git a/plugins/Details_TinyThreat/Details_TinyThreat-BCC.toc b/plugins/Details_TinyThreat/Details_TinyThreat-BCC.toc index 8ab84574..a4d82ff8 100644 --- a/plugins/Details_TinyThreat/Details_TinyThreat-BCC.toc +++ b/plugins/Details_TinyThreat/Details_TinyThreat-BCC.toc @@ -1,4 +1,4 @@ -## Interface: 20502 +## Interface: 20504 ## Title: Details!: Tiny Threat (plugin) ## Notes: Threat meter plugin, show threat for group members in the window. Select it from the Plugin menu in the Orange Cogwheel. ## RequiredDeps: Details diff --git a/plugins/Details_Vanguard/Details_Vanguard.lua b/plugins/Details_Vanguard/Details_Vanguard.lua index a5ff883c..111bdf94 100644 --- a/plugins/Details_Vanguard/Details_Vanguard.lua +++ b/plugins/Details_Vanguard/Details_Vanguard.lua @@ -274,8 +274,7 @@ local function CreatePluginFrames (data) bar:SetLeftColor (0, .25, 0, 1) bar:SetHeight(Vanguard.db.bar_height) bar:SetTexture(SharedMedia:Fetch ("statusbar", Vanguard.db.tank_block_texture)) - bar.div:SetHeight(Vanguard.db.bar_height*2) - bar.div:SetAlpha(0.79) + bar:SetBackgroundTexture(SharedMedia:Fetch ("statusbar", Vanguard.db.tank_block_texture)) bar:Show() end else @@ -979,8 +978,8 @@ local build_options_panel = function() min = 10, max = 50, step = 1, - --desc = "Inc Damage Height", - name = "Incoming Damage Height", + --desc = "Inc Damage Heigth", + name = "Incoming Damage Heigth", }, {type = "blank"},