test range

This commit is contained in:
Bunny67
2018-07-15 00:55:10 +03:00
parent 97fa638754
commit 00e76bc91d
5 changed files with 38 additions and 10 deletions
@@ -31,6 +31,7 @@ function UF:Construct_PartyFrames()
self.RaidTargetIndicator = UF:Construct_RaidIcon(self)
self.GPS = UF:Construct_GPS(self)
self.Range = UF:Construct_Range(self)
self.unitframeType = "party"
UF:Update_StatusBars()
@@ -116,6 +117,8 @@ function UF:Update_PartyFrames(frame, db)
UF:Configure_RaidRoleIcons(frame)
UF:Configure_Range(frame)
frame:UpdateAllElements("ElvUI_UpdateAllElements")
end