Fix for the Raid Check plugin using old calls from the open raid library

This commit is contained in:
Tercio Jose
2022-04-22 15:00:14 -03:00
parent 694b52ddc4
commit de2dded3b0
2 changed files with 8 additions and 2 deletions
@@ -382,8 +382,8 @@ end
local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0")
--get the information of all players
local playersInfoData = openRaidLib.playerInfoManager.GetAllPlayersInfo()
local playersGearData = openRaidLib.gearManager.GetAllPlayersGear()
local playersInfoData = openRaidLib.GetAllUnitsInfo()
local playersGearData = openRaidLib.GetAllUnitsGear()
for i = 1, total_lines do
local index = i + offset