Skip to content

Commit

Permalink
Better icons for FactionIcon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Sep 13, 2014
1 parent 2399a9d commit a590469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShestakUI/Libs/oUF/Modules/FactionIcon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ local Update = function(self, event, unit)

local faction = UnitFactionGroup(self.unit)
if faction == "Horde" then
specIcon.Icon:SetTexture([[Interface\Icons\INV_BannerPVP_01]])
specIcon.Icon:SetTexture([[Interface\Icons\inv_misc_tournaments_banner_orc]])
elseif faction == "Alliance" then
specIcon.Icon:SetTexture([[Interface\Icons\INV_BannerPVP_02]])
specIcon.Icon:SetTexture([[Interface\Icons\inv_misc_tournaments_banner_human]])
else
specIcon:Hide()
end
Expand Down

0 comments on commit a590469

Please sign in to comment.