Skip to content

Commit

Permalink
Another wave of changes on Vanguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jun 16, 2021
1 parent 7d17a69 commit 8b25013
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 67 deletions.
2 changes: 1 addition & 1 deletion classes/class_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@
esta_barra.icone_classe:SetTexture (self.icon)
else
if (instancia.row_info.use_spec_icons) then
if (self.spec or self.my_actor.spec) then
if ((self.spec and self.spec ~= 0) or (self.my_actor.spec and self.my_actor.spec ~= 0)) then
esta_barra.icone_classe:SetTexture (instancia.row_info.spec_file)
esta_barra.icone_classe:SetTexCoord (_unpack (_detalhes.class_specs_coords [self.spec or self.my_actor.spec]))
else
Expand Down
Loading

0 comments on commit 8b25013

Please sign in to comment.