mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
update
This commit is contained in:
@@ -807,7 +807,7 @@ end -- for
|
|||||||
if not lib['hooked']['WhoFrame_Hide'] then
|
if not lib['hooked']['WhoFrame_Hide'] then
|
||||||
lib['hooked']['WhoFrame_Hide'] = true
|
lib['hooked']['WhoFrame_Hide'] = true
|
||||||
hooksecurefunc(WhoFrame, 'Hide', function(...)
|
hooksecurefunc(WhoFrame, 'Hide', function(...)
|
||||||
lib['hook']['WhoFrame_Hide'](lib)
|
lib['hook']['WhoFrame_Hide'](lib, unpack(arg))
|
||||||
end -- function
|
end -- function
|
||||||
)
|
)
|
||||||
end -- if
|
end -- if
|
||||||
@@ -878,8 +878,8 @@ function lib:ProcessWhoResults()
|
|||||||
local num
|
local num
|
||||||
self.Total, num = GetNumWhoResults()
|
self.Total, num = GetNumWhoResults()
|
||||||
for i=1, num do
|
for i=1, num do
|
||||||
local charname, guildname, level, race, class, zone, nonlocalclass, sex = GetWhoInfo(i)
|
local charname, guildname, level, race, class, zone = GetWhoInfo(i)
|
||||||
self.Result[i] = {Name=charname, Guild=guildname, Level=level, Race=race, Class=class, Zone=zone, NoLocaleClass=nonlocalclass, Sex=sex }
|
self.Result[i] = {Name=charname, Guild=guildname, Level=level, Race=race, Class=class, Zone=zone}
|
||||||
end
|
end
|
||||||
|
|
||||||
self:ReturnWho()
|
self:ReturnWho()
|
||||||
|
|||||||
@@ -1075,7 +1075,8 @@ function CH:SetupChat()
|
|||||||
|
|
||||||
DEFAULT_CHAT_FRAME:SetParent(LeftChatPanel)
|
DEFAULT_CHAT_FRAME:SetParent(LeftChatPanel)
|
||||||
|
|
||||||
self:ScheduleRepeatingTimer("PositionChat", 1)
|
-- self:ScheduleRepeatingTimer("PositionChat", 1)
|
||||||
|
E:Delay(0.05, function() self:PositionChat(true) end)
|
||||||
-- self:PositionChat(true)
|
-- self:PositionChat(true)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user