Set as trash combats not insided mythic+ or boss fights

This commit is contained in:
Tercio Jose
2024-03-01 22:36:26 -03:00
parent 703cee33fd
commit 8ab122bf4f
3 changed files with 8 additions and 36 deletions
-33
View File
@@ -993,36 +993,3 @@ function Details.refresh:r_historico(este_historico)
setmetatable(este_historico, segmentClass)
--este_historico.__index = historico
end
--[[
elseif (_detalhes.trash_concatenate) then
if (true) then
return
end
if (_terceiro_combate) then
if (_terceiro_combate.is_trash and _segundo_combate.is_trash and not _terceiro_combate.is_boss and not _segundo_combate.is_boss) then
--tabela 2 deve ser deletada e somada a tabela 1
if (_detalhes.debug) then
detalhes:Msg("(debug) concatenating two trash segments.")
end
_segundo_combate = _segundo_combate + _terceiro_combate
_detalhes.tabela_overall = _detalhes.tabela_overall - _terceiro_combate
_segundo_combate.is_trash = true
--verificar novamente a time machine
for _, jogador in ipairs(_terceiro_combate [1]._ActorTable) do --damage
Details222.TimeMachine.RemoveActor(jogador)
end
for _, jogador in ipairs(_terceiro_combate [2]._ActorTable) do --heal
Details222.TimeMachine.RemoveActor(jogador)
end
--remover
_table_remove(self.tabelas, 3)
_detalhes:SendEvent("DETAILS_DATA_SEGMENTREMOVED", nil, nil)
end
end
--]]