Added Search into the options panel

This commit is contained in:
Tercio Jose
2021-09-24 22:07:13 -03:00
parent e607f32edb
commit 1c20f166cb
14 changed files with 503 additions and 335 deletions
+3 -3
View File
@@ -510,9 +510,9 @@ function Details.UnitInfo (unitId, segment)
local playerInfo = {}
local raidStatusLib = LibStub:GetLibrary("LibRaidStatus-1.0")
if (raidStatusLib) then
playerInfo = raidStatusLib.playerInfoManager.GetPlayerInfo(unitName)
local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0")
if (openRaidLib) then
playerInfo = openRaidLib.playerInfoManager.GetPlayerInfo(unitName)
end
unitInfo.class = playerObject.classe or class or "UNKNOW"