Libraries Update

This commit is contained in:
Tercio Jose
2023-07-04 18:23:57 -03:00
parent 185d27ea9c
commit b5f302ae03
10 changed files with 145 additions and 20 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ function openRaidLib.CooldownManager.GetPlayerCooldownList()
--get the player specId
local specId = openRaidLib.GetPlayerSpecId()
if (specId) then
--get the cooldowns for the specialization
--get the cooldowns for the specializationid
local playerCooldowns = LIB_OPEN_RAID_PLAYERCOOLDOWNS
if (not playerCooldowns) then
openRaidLib.DiagnosticError("CooldownManager|GetPlayerCooldownList|LIB_OPEN_RAID_PLAYERCOOLDOWNS is nil")