Maximum amount of segments raised to 40, this change will help with the mythic+ overall segment

This commit is contained in:
Tercio Jose
2021-03-11 13:34:50 -03:00
parent f466d8723c
commit 5887877b4b
3 changed files with 14 additions and 7 deletions
+3
View File
@@ -510,6 +510,9 @@ function Details:StartMeUp() --I'll never stop!
Details.boss_mods_timers.encounter_timers_dbm = Details.boss_mods_timers.encounter_timers_dbm or {}
Details.boss_mods_timers.encounter_timers_bw = Details.boss_mods_timers.encounter_timers_bw or {}
Details.segments_amount = 40
Details.segments_amount_to_save = 40
--clear overall data on new session
if (_detalhes.overall_clear_logout) then
_detalhes.tabela_overall = _detalhes.combate:NovaTabela()