Skip to content

Commit

Permalink
Merge pull request #455 from Flamanis/Wipe-Custom
Browse files Browse the repository at this point in the history
Don't misspell _detalhes
  • Loading branch information
Tercioo authored Feb 9, 2023
2 parents 8a0363f + 8950a83 commit 83a1cbb
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 83a1cbb

Please sign in to comment.