- Fixed dungeon chart at the end of a mythic dungeon run.
- Added console run command: /run Details.show_arena_role_icon = true; this enable or disable the role icon in arena. - Added console run command: /run Details.data_cleanup_logout = false; when true, clean all data on logoff.
This commit is contained in:
@@ -711,6 +711,13 @@
|
||||
_detalhes.tabela_historico = _detalhes.historico:NovoHistorico()
|
||||
end
|
||||
end
|
||||
|
||||
--> clear all segments on logoff
|
||||
if (_detalhes.data_cleanup_logout) then
|
||||
_detalhes.tabela_historico = _detalhes.historico:NovoHistorico()
|
||||
_detalhes.tabela_overall = nil
|
||||
_detalhes_database.tabela_overall = nil
|
||||
end
|
||||
|
||||
--> clear customs
|
||||
_detalhes.clear:c_atributo_custom()
|
||||
|
||||
Reference in New Issue
Block a user