Reverse Deaths for Mythic plus updates

This commit is contained in:
Tercio Jose
2023-03-19 20:10:45 -03:00
parent 13b8bd8826
commit 396f8e09d0
4 changed files with 94 additions and 94 deletions
+11
View File
@@ -675,6 +675,17 @@ end
desc = "Example: Invisibility Potion.",
},
{--filter: crowd control
type = "toggle",
get = function() return Details.ocd_tracker.filters["crowdcontrol"] end,
set = function(self, fixedparam, value)
Details.ocd_tracker.filters["crowdcontrol"] = value
Details222.CooldownTracking.RefreshAllCooldownFrames()
end,
name = "Crowd Control",
desc = "Example: Incapacitaion Roar.",
},
{type = "breakline"},
{--bar width
+2 -10
View File
@@ -6922,7 +6922,7 @@ do
set = function(self, fixedparam, value)
Details.mythic_plus.boss_dedicated_segment = value
end,
name = "Boss Dedicated Segment",
name = "New Combat on Boss Pull",
desc = "If a boss is pulled while in combat, Details! close the combat and start a new one for the boss.",
},
@@ -6946,15 +6946,7 @@ do
desc = "Merge Trash",
},
{--delete merged trash
type = "toggle",
get = function() return Details.mythic_plus.delete_trash_after_merge end,
set = function(self, fixedparam, value)
Details.mythic_plus.delete_trash_after_merge = value
end,
name = "Delete Merged Trash Segments",
desc = "After have the segment merged, if this option is enabled it'll delete those merged segments.",
},
{type = "blank"},
{--show chart popup
type = "toggle",