Skip to content

Commit

Permalink
- disable private auras for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cont1nuity committed Oct 29, 2023
1 parent afa63bd commit a83b5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Plater_Auras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ local PlaterNamePlateAuraTooltip = CreatePlaterNamePlateAuraTooltip()
--> Private Aura handling

function Plater.HandlePrivateAuraAnchors(unitFrame, maxIndex)
if true then return end -- disable for now...
if not unitFrame then return end
if not C_UnitAuras or not C_UnitAuras.RemovePrivateAuraAnchor then return end

Expand Down

0 comments on commit a83b5a2

Please sign in to comment.