mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update tables
This commit is contained in:
@@ -86,4 +86,4 @@ function UF:Update_PetFrame(frame, db)
|
||||
frame:UpdateAllElements("ElvUI_UpdateAllElements")
|
||||
end
|
||||
|
||||
tinsert(UF["unitstoload"], "pet")
|
||||
tinsert(UF.unitstoload, "pet")
|
||||
@@ -83,4 +83,4 @@ function UF:Update_PetTargetFrame(frame, db)
|
||||
frame:UpdateAllElements("ElvUI_UpdateAllElements")
|
||||
end
|
||||
|
||||
tinsert(UF["unitstoload"], "pettarget")
|
||||
tinsert(UF.unitstoload, "pettarget")
|
||||
@@ -113,4 +113,4 @@ function UF:Update_PlayerFrame(frame, db)
|
||||
frame:UpdateAllElements("ElvUI_UpdateAllElements")
|
||||
end
|
||||
|
||||
tinsert(UF["unitstoload"], "player")
|
||||
tinsert(UF.unitstoload, "player")
|
||||
@@ -102,4 +102,4 @@ function UF:Update_TargetFrame(frame, db)
|
||||
frame:UpdateAllElements("ElvUI_UpdateAllElements")
|
||||
end
|
||||
|
||||
tinsert(UF["unitstoload"], "target")
|
||||
tinsert(UF.unitstoload, "target")
|
||||
@@ -82,4 +82,4 @@ function UF:Update_TargetTargetFrame(frame, db)
|
||||
frame:UpdateAllElements("ElvUI_UpdateAllElements")
|
||||
end
|
||||
|
||||
tinsert(UF["unitstoload"], "targettarget")
|
||||
tinsert(UF.unitstoload, "targettarget")
|
||||
Reference in New Issue
Block a user