From 671b7f3574b7efd96d29ff078a0655cf0dee073d Mon Sep 17 00:00:00 2001 From: Brues <5278969+brues-code@users.noreply.github.com> Date: Sat, 30 May 2026 23:18:16 -0500 Subject: [PATCH] use C_AddOns.GetAddOnName --- pfUI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfUI.lua b/pfUI.lua index f78929b5..0e9425b3 100644 --- a/pfUI.lua +++ b/pfUI.lua @@ -95,7 +95,7 @@ end local tocs = { "", "-master", "-tbc", "-wotlk" } for _, name in pairs(tocs) do local current = string.format("pfUI%s", name) - local _, title = GetAddOnInfo(current) + local title = C_AddOns.GetAddOnName(current) if title then pfUI.name = current pfUI.path = "Interface\\AddOns\\" .. current