Fixed an error introduced in the latest version

This commit is contained in:
Tercio Jose
2021-10-12 21:01:45 -03:00
parent d6964804f0
commit 12d31f2b29
2 changed files with 3 additions and 3 deletions
@@ -397,7 +397,7 @@ end
if (thisPlayerInfo) then
local playerCovenantId = thisPlayerInfo.covenantId
if (playerCovenantId > 0) then
line.CovenantIcon:SetTexture(LIB_RAID_STATUS_COVENANT_ICONS[playerCovenantId])
line.CovenantIcon:SetTexture(LIB_OPEN_RAID_COVENANT_ICONS[playerCovenantId])
line.CovenantIcon:SetTexCoord(.05, .95, .05, .95)
else
line.CovenantIcon:SetTexture("")