- 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:
Tercio
2018-03-23 14:50:11 -03:00
parent a6cfb2a188
commit 66e4561a0c
7 changed files with 156 additions and 52 deletions
+2
View File
@@ -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,