From 8950a83a7e8a7d9d8307668cde51ec9a9f4f3afc Mon Sep 17 00:00:00 2001 From: Flamanis Date: Thu, 9 Feb 2023 06:58:20 -0600 Subject: [PATCH] Don't misspell _detalhes --- functions/loaddata.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/loaddata.lua b/functions/loaddata.lua index 18df8ae9f..93ed9b3bb 100644 --- a/functions/loaddata.lua +++ b/functions/loaddata.lua @@ -430,7 +430,7 @@ function _detalhes:LoadConfig() --custom _detalhes.custom = _detalhes_global.custom - if (_detalhes_global.custom and _detalhes_global.custom[1] and details_global.custom[1].__index and _details_global.custom[1].__index._InstanceLastCombatShown) then + if (_detalhes_global.custom and _detalhes_global.custom[1] and _detalhes_global.custom[1].__index and _detalhes_global.custom[1].__index._InstanceLastCombatShown) then C_Timer.After(5, function() print("|cFFFFAA00Details!|r error 0x8487, report on discord") end) end _detalhes.refresh:r_atributo_custom()