Send mystic enchant through OpenRaidLib renown

This commit is contained in:
andrew6180
2024-05-26 16:45:48 -07:00
parent 717ad3684e
commit eb16000a12
2 changed files with 59 additions and 5 deletions
@@ -51,6 +51,10 @@ function openRaidLib.UnitInfoManager.GetPlayerPvPTalents()
-- talentsPvP[index] = talentID
end
function openRaidLib.UnitInfoManager.GetPlayerLegendaryEnchant()
return IsHeroClass("player") and MysticEnchantUtil.GetLegendaryEnchantID("player") or 0
end
--return the current specId of the player
function openRaidLib.GetPlayerSpecId()
return GetSpecialization() or 1