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
|
||||
lib['hooked']['WhoFrame_Hide'] = true
|
||||
hooksecurefunc(WhoFrame, 'Hide', function(...)
|
||||
lib['hook']['WhoFrame_Hide'](lib)
|
||||
lib['hook']['WhoFrame_Hide'](lib, unpack(arg))
|
||||
end -- function
|
||||
)
|
||||
end -- if
|
||||
@@ -878,8 +878,8 @@ function lib:ProcessWhoResults()
|
||||
local num
|
||||
self.Total, num = GetNumWhoResults()
|
||||
for i=1, num do
|
||||
local charname, guildname, level, race, class, zone, nonlocalclass, sex = GetWhoInfo(i)
|
||||
self.Result[i] = {Name=charname, Guild=guildname, Level=level, Race=race, Class=class, Zone=zone, NoLocaleClass=nonlocalclass, Sex=sex }
|
||||
local charname, guildname, level, race, class, zone = GetWhoInfo(i)
|
||||
self.Result[i] = {Name=charname, Guild=guildname, Level=level, Race=race, Class=class, Zone=zone}
|
||||
end
|
||||
|
||||
self:ReturnWho()
|
||||
|
||||
Reference in New Issue
Block a user