Open Raid Library update

This commit is contained in:
Tercio Jose
2023-03-04 15:33:07 -03:00
parent ac7816ea0f
commit 3e340023c8
3 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ function openRaidLib.GearManager.GetPlayerWeaponEnchant()
elseif(LIB_OPEN_RAID_WEAPON_ENCHANT_IDS[offHandEnchantId]) then
weaponEnchant = 1
end
return weaponEnchant
return weaponEnchant, mainHandEnchantId or 0, offHandEnchantId or 0
end
function openRaidLib.GearManager.GetPlayerGemsAndEnchantInfo()