From 00d1d99c515aed25534f32cc7b2ba5b37c0ad4c0 Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Sun, 26 May 2024 16:46:21 -0700 Subject: [PATCH] update openraid docs --- Libs/LibOpenRaid/docs.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libs/LibOpenRaid/docs.txt b/Libs/LibOpenRaid/docs.txt index 795f7d19..efda1e15 100644 --- a/Libs/LibOpenRaid/docs.txt +++ b/Libs/LibOpenRaid/docs.txt @@ -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