Skip to content

Commit

Permalink
Don't misspell _detalhes
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamanis committed Feb 9, 2023
1 parent f0dce6a commit 8950a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/loaddata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8950a83

Please sign in to comment.