- 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:
@@ -905,6 +905,7 @@ local default_profile = {
|
||||
--> PvP
|
||||
only_pvp_frags = false,
|
||||
color_by_arena_team = true,
|
||||
show_arena_role_icon = true,
|
||||
|
||||
--> window settings
|
||||
max_window_size = {width = 480, height = 450},
|
||||
@@ -1014,6 +1015,7 @@ local default_profile = {
|
||||
overall_clear_newboss = true,
|
||||
overall_clear_newchallenge = true,
|
||||
overall_clear_logout = false,
|
||||
data_cleanup_logout = false,
|
||||
close_shields = false,
|
||||
pvp_as_group = true,
|
||||
use_battleground_server_parser = true,
|
||||
|
||||
Reference in New Issue
Block a user