mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
fix #75 Remove AuraBars
Maybe in future will be added, but requires another load of work to add. Other things to tackle at the moment.
This commit is contained in:
@@ -35,7 +35,6 @@ function UF:Construct_TargetFrame(frame)
|
||||
frame.InfoPanel = self:Construct_InfoPanel(frame)
|
||||
frame.MouseGlow = self:Construct_MouseGlow(frame)
|
||||
frame.TargetGlow = self:Construct_TargetGlow(frame)
|
||||
frame.AuraBars = self:Construct_AuraBarHeader(frame)
|
||||
frame.Range = self:Construct_Range(frame)
|
||||
frame.PvPIndicator = self:Construct_PvPIcon(frame)
|
||||
frame.customTexts = {}
|
||||
@@ -116,8 +115,6 @@ function UF:Update_TargetFrame(frame, db)
|
||||
|
||||
UF:Configure_RaidIcon(frame)
|
||||
|
||||
UF:Configure_AuraBars(frame)
|
||||
|
||||
UF:Configure_Range(frame)
|
||||
|
||||
UF:Configure_PVPIcon(frame)
|
||||
|
||||
Reference in New Issue
Block a user