Fix for vanguard plugin
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user