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)
|
local function WhoCallback(result)
|
||||||
if result and result.NoLocaleClass then
|
if result and result.NoLocaleClass then
|
||||||
CC:CachePlayer(result.Name, result.NoLocaleClass)
|
CC:CachePlayer(result.Name, result.NoLocaleClass)
|
||||||
CC:SendMessage("ClassCacheQueryResult", result.Name, result.NoLocaleClass)
|
CC:SendMessage("ClassCache_QueryResult", result.Name, result.NoLocaleClass)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -241,7 +241,7 @@ E.PopupDialogs["RESET_UF_UNIT"] = {
|
|||||||
end
|
end
|
||||||
|
|
||||||
if IsAddOnLoaded("ElvUI_Config") then
|
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
|
if ACD and ACD.OpenFrames and ACD.OpenFrames.ElvUI then
|
||||||
ACD:SelectGroup("ElvUI", "unitframe", this.data.unit)
|
ACD:SelectGroup("ElvUI", "unitframe", this.data.unit)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user