Skip to content

Commit

Permalink
PvPRoleIndicator Hide on create, some creatures in WOD are...Odd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Feb 14, 2024
1 parent c7347c1 commit 9a91627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/UnitFrames/Elements/PvPRoleIndicator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ local function Build(frame)
frame.PvPRoleIndicator = frame.raised:CreateTexture(nil, 'BORDER')
frame.PvPRoleIndicator:SetTexture([[Interface\LFGFrame\UI-LFG-ICON-ROLES]])
frame.PvPRoleIndicator.Sizeable = true
frame.PvPRoleIndicator:Hide()
end

---@param unitName string
Expand Down

0 comments on commit 9a91627

Please sign in to comment.