This commit is contained in:
Crum
2018-11-15 10:43:07 -06:00
parent 4f95d2b7bc
commit 5e1da9cfa3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ end
local function WhoCallback(result)
if result and result.NoLocaleClass then
CC:CachePlayer(result.Name, result.NoLocaleClass)
CC:SendMessage("ClassCacheQueryResult", result.Name, result.NoLocaleClass)
CC:SendMessage("ClassCache_QueryResult", result.Name, result.NoLocaleClass)
end
end
+1 -1
View File
@@ -241,7 +241,7 @@ E.PopupDialogs["RESET_UF_UNIT"] = {
end
if IsAddOnLoaded("ElvUI_Config") then
local ACD = LibStub and LibStub("AceConfigDialog-3.0-ElvUI")
local ACD = LibStub and LibStub("AceConfigDialog-3.0")
if ACD and ACD.OpenFrames and ACD.OpenFrames.ElvUI then
ACD:SelectGroup("ElvUI", "unitframe", this.data.unit)
end