Attempt to fix the issue of Skins installed after Details! initialization

This commit is contained in:
Tercio Jose
2022-04-23 09:57:39 -03:00
parent de2dded3b0
commit b8b55e7653
5 changed files with 39 additions and 17 deletions
+1 -1
View File
@@ -818,7 +818,7 @@ LIB_OPEN_RAID_CAN_LOAD = false
openRaidLib.publicCallback.TriggerCallback("UnitInfoUpdate", openRaidLib.GetUnitID(unitName), openRaidLib.UnitInfoManager.UnitData[unitName], openRaidLib.UnitInfoManager.GetAllUnitsInfo())
end
--triggered when the lib receives a gear information from another player in the raid
--triggered when the lib receives a unit information from another player in the raid
--@data: table received from comm
--@unitName: player name
function openRaidLib.UnitInfoManager.OnReceiveUnitFullInfo(data, unitName)