Fixed a call in the API 2.0 using a deprecated call from the Open Raid Library

This commit is contained in:
Tercio Jose
2022-04-26 19:10:59 -03:00
parent 3afc9ce24d
commit d4f50e7cb7
5 changed files with 87 additions and 23 deletions
+14
View File
@@ -37,6 +37,20 @@ function Details:StartMeUp() --I'll never stop!
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--> initialize
C_Timer.After(2, function()
--test libOpenRaid deprecated code
--[=[
local openRaidLib = LibStub:GetLibrary("LibOpenRaid-1.0")
openRaidLib.playerInfoManager.GetPlayerInfo()
openRaidLib.RequestAllPlayersInfo()
openRaidLib.playerInfoManager.GetAllPlayersInfo()
openRaidLib.gearManager.GetAllPlayersGear()
openRaidLib.gearManager.GetPlayerGear()
openRaidLib.cooldownManager.GetAllPlayersCooldown()
openRaidLib.cooldownManager.GetPlayerCooldowns()
--]=]
end)
--build frames
--plugin container
self:CreatePluginWindowContainer()