update openraid docs

This commit is contained in:
andrew6180
2024-05-26 16:46:21 -07:00
parent eb16000a12
commit 00d1d99c51
+2 -2
View File
@@ -109,7 +109,7 @@ unitInfo = {
.specId = number
.specName = string
.role = string
.renown = number
.legendaryEnchant = number
.covenantId = number
.talents = {talentId, talentId, talentId, ...}
.pvpTalents = {talentId, talentId, talentId}
@@ -369,7 +369,7 @@ function MyAddonObject.OnUnitUpdate(unitId, unitInfo, allUnitsInfo)
local specId = unitInfo.specId
local specName = unitInfo.specName
local role = unitInfo.role
local renown = unitInfo.renown
local legendaryEnchant = unitInfo.legendaryEnchant
local covenantId = unitInfo.covenantId
local talents = unitInfo.talents
local pvpTalents = unitInfo.pvpTalents