Open Raid Lib updates: now is capable to track item cooldown

This commit is contained in:
Tercio Jose
2023-01-30 14:14:47 -03:00
parent b21abe6b2d
commit c474b762bb
7 changed files with 36 additions and 12 deletions
+1 -1
View File
@@ -517,7 +517,7 @@ function segmentClass:resetar()
wipe(Details.cache_healing_group)
Details:UpdateParserGears()
if (not InCombatLockdown() and not UnitAffectingCombat("player")) then
if (not InCombatLockdown() and not UnitAffectingCombat("player") and false) then
--workarround for the "script run too long" issue while outside the combat lockdown
local cleargarbage = function()
collectgarbage()