- testing the mercurial repo packpager.
This commit is contained in:
+22
-1
@@ -1000,6 +1000,7 @@ local default_profile = {
|
||||
force_activity_time_pvp = true,
|
||||
death_tooltip_width = 300,
|
||||
override_spellids = true,
|
||||
all_players_are_group = false,
|
||||
|
||||
--> skins
|
||||
standard_skin = false,
|
||||
@@ -1073,6 +1074,7 @@ local default_player_data = {
|
||||
combat_counter = 0,
|
||||
last_instance_id = 0,
|
||||
last_instance_time = 0,
|
||||
mythic_dungeon_id = 0,
|
||||
--> nicktag cache
|
||||
nick_tag_cache = {},
|
||||
ignore_nicktag = false,
|
||||
@@ -1121,6 +1123,10 @@ local default_player_data = {
|
||||
enabled = true,
|
||||
channel = "SELF",
|
||||
},
|
||||
announce_damagerecord = {
|
||||
enabled = true,
|
||||
channel = "SELF",
|
||||
},
|
||||
--> benchmark
|
||||
benchmark_db = {
|
||||
frame = {},
|
||||
@@ -1143,7 +1149,7 @@ local default_global_data = {
|
||||
savedCustomSpells = {},
|
||||
savedTimeCaptures = {},
|
||||
lastUpdateWarning = 0,
|
||||
update_warning_timeout = 30,
|
||||
update_warning_timeout = 10,
|
||||
report_where = "SAY",
|
||||
realm_sync = true,
|
||||
spell_school_cache = {},
|
||||
@@ -1195,6 +1201,21 @@ local default_global_data = {
|
||||
},
|
||||
spell_pool = {},
|
||||
encounter_spell_pool = {},
|
||||
--> aura creation frame libwindow
|
||||
createauraframe = {},
|
||||
--> min health done on the death report
|
||||
deathlog_healingdone_min = 1,
|
||||
|
||||
--> mythic plus config
|
||||
mythic_plus = {
|
||||
always_in_combat = false, --
|
||||
merge_boss_trash = true, --
|
||||
delete_trash_after_merge = true, --
|
||||
--merge_boss_with_trash = false, --this won't be used
|
||||
boss_dedicated_segment = true, --
|
||||
make_overall_when_done = true, --
|
||||
make_overall_boss_only = false, --
|
||||
},
|
||||
|
||||
-- important auras
|
||||
--[=[
|
||||
|
||||
Reference in New Issue
Block a user