Make plugins be in the list of displays

This commit is contained in:
Tercio Jose
2021-06-14 15:55:10 -03:00
parent bd1700b5f1
commit 39aa5f0e77
12 changed files with 180 additions and 186 deletions
+2 -2
View File
@@ -600,9 +600,9 @@ function atributo_misc:DeadAtualizarBarra (morte, whichRowLine, colocacao, insta
if (instancia.row_info.use_spec_icons) then
local nome = morte[3]
local spec = instancia.showing (1, nome) and instancia.showing (1, nome).spec or (instancia.showing (2, nome) and instancia.showing (2, nome).spec)
if (spec) then
if (spec and spec ~= 0) then
esta_barra.icone_classe:SetTexture (instancia.row_info.spec_file)
esta_barra.icone_classe:SetTexCoord (_unpack (_detalhes.class_specs_coords [spec]))
esta_barra.icone_classe:SetTexCoord (_unpack (_detalhes.class_specs_coords[spec]))
else
if (CLASS_ICON_TCOORDS [morte[4]]) then
esta_barra.icone_classe:SetTexture (instancia.row_info.icon_file)