Fixed an issue with lib open raid

This commit is contained in:
Tercio Jose
2022-04-24 11:32:24 -03:00
parent d1e0325101
commit aa1b97b4c9
2 changed files with 2 additions and 5 deletions
-2
View File
@@ -259,8 +259,6 @@ end
--player
local unitCooldowns = openRaidLib.GetUnitCooldowns("player", filter)
local cooldownInfo = unitCooldowns[15286]
local isReady, normalizedPercent, timeLeft, charges, minValue, maxValue, currentValue = openRaidLib.GetCooldownStatusFromCooldownInfo(cooldownInfo)
Details.CooldownTracking.ProcessUnitCooldowns("player", unitCooldowns, cooldownsOrganized)
else