mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -400,4 +400,4 @@ local function InitializeCallback()
|
||||
CC:Initialize()
|
||||
end
|
||||
|
||||
E:RegisterModule(CC:GetName(), InitializeCallback)
|
||||
E:RegisterModule(CC:GetName(), InitializeCallback)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user