Index: oUF/otravi_UnitFrames.lua =================================================================== --- oUF/otravi_UnitFrames.lua (revision 4735) +++ oUF/otravi_UnitFrames.lua (working copy) @@ -63,6 +63,27 @@ ["font"] = 11, ["barLength"] = 90, }, + ["targettargettarget"] = { + ["Buff"] = false, + ["DebuffSize"] = 18, + ["HPTex"] = "Default", + ["HPSmooth"] = true, + ["HPString"] = 1, + ["HPHeight"] = 14, + ["BuffSize"] = 16, + ["width"] = 260, + ["Debuff"] = false, + ["PowerTex"] = "Default", + ["edgeFile"] = "Default", + ["height"] = 47, + ["Alpha"] = 1, + ["PowerBar"] = false, + ["PowerString"] = 1, + ["PowerHeight"] = 14, + ["Scale"] = .64, + ["font"] = 11, + ["barLength"] = 90, + }, ["party"] = { ["Buff"] = true, ["DebuffSize"] = 18, @@ -254,6 +275,7 @@ LoadAddOn("oUF_Player") LoadAddOn("oUF_Target") LoadAddOn("oUF_TargetsTarget") + LoadAddOn("oUF_TargetsTargetsTarget") if(GetNumPartyMembers() > 0) then LoadAddOn("oUF_Party")