Framework update and Stop reset max segments amount on logon

This commit is contained in:
Tercio Jose
2021-04-01 10:23:05 -03:00
parent 476e616147
commit d7718caacf
3 changed files with 7 additions and 5 deletions
-3
View File
@@ -510,9 +510,6 @@ 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()