Fixed more bugs on the new Breakdown Window

This commit is contained in:
Tercio Jose
2023-05-01 14:20:04 -03:00
parent 11a6c48ddd
commit 690168bef3
82 changed files with 938 additions and 913 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ local tremove = table.remove
local tinsert = table.insert
local wipe = table.wipe
local Details = _G._detalhes
local Details = _G.Details
local _
local addonName, Details222 = ...
@@ -32,7 +32,7 @@ function Details:GetCurrentCombat()
end
function Details:GetOverallCombat()
return _detalhes.tabela_overall
return Details.tabela_overall
end
function Details:GetCombat(combat)