Skip to content

Commit

Permalink
Nameplate target indicator bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Jul 22, 2018
1 parent 2301a1f commit ab508bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/oUF.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ do -- TargetIndicator as an SpartanoUF module
self.TargetIndicator.bg1:Hide()
self.TargetIndicator.bg2:Hide()
end
if UnitExists('target') and SUI.DBMod.NamePlates.ShowTarget then
if UnitExists('target') and C_NamePlate.GetNamePlateForUnit('target') and SUI.DBMod.NamePlates.ShowTarget then
if self:GetName() == 'oUF_Spartan_NamePlates' .. C_NamePlate.GetNamePlateForUnit('target'):GetName() then
self.TargetIndicator.bg1:Show()
self.TargetIndicator.bg2:Show()
Expand Down
Binary file removed Modules/Style_War/Images/minimap2.tga
Binary file not shown.

0 comments on commit ab508bc

Please sign in to comment.