From 3bc8ba7940948c9c558461f364950c01caa7c718 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 3 May 2023 09:41:25 -0300 Subject: [PATCH] Bug fix --- core/parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index 7d2cecd0..78e40bef 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -38,7 +38,7 @@ local container_habilidades = _detalhes.container_habilidades --details local --localize the cooldown table from the framework - local defensive_cooldowns = DetailsFramework.CooldownsAllDeffensive --default from all game versions + local defensive_cooldowns = {} if (LIB_OPEN_RAID_COOLDOWNS_INFO) then --check if the cooldown is type 2 or 3 or 4 and add to the defensive_cooldowns table