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
@@ -264,8 +264,8 @@ local iconTableAuras = {
function Details:InitializeAurasTab()
--check if the tab is already created
for i = 1, #_detalhes.player_details_tabs do
local tabButton = _detalhes.player_details_tabs[i]
for i = 1, #Details.player_details_tabs do
local tabButton = Details.player_details_tabs[i]
if (tabButton.tabname == "Auras") then
return
end