diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index de198528d..2c0301a63 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,5 +1,5 @@ -local dversion = 192 +local dversion = 193 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor) diff --git a/Libs/DF/spells.lua b/Libs/DF/spells.lua index 7ee29299c..4daaccaf9 100644 --- a/Libs/DF/spells.lua +++ b/Libs/DF/spells.lua @@ -239,7 +239,7 @@ DF.CooldownsBySpec = { --DEMON HUNTER --havoc [577] = { - [200166] = 1, --Metamorphosis + [162264] = 1, --Metamorphosis [206491] = 1, --Nemesis (talent) [196555] = 2, --Netherwalk (talent) @@ -544,7 +544,7 @@ DF.CooldownsInfo = { [108199] = {cooldown = 120, duration = false, talent = false, charges = 1, class = "DEATHKNIGHT", type = 5}, --Gorefiend's Grasp (utility) --> demon hunter - [200166] = {cooldown = 240, duration = 30, talent = false, charges = 1, class = "DEMONHUNTER", type = 1}, --Metamorphosis + [162264] = {cooldown = 240, duration = 30, talent = false, charges = 1, class = "DEMONHUNTER", type = 1}, --Metamorphosis [206491] = {cooldown = 120, duration = 60, talent = 22547, charges = 1, class = "DEMONHUNTER", type = 1}, --Nemesis (talent) [196555] = {cooldown = 120, duration = 5, talent = 21865, charges = 1, class = "DEMONHUNTER", type = 2}, --Netherwalk (talent) [196718] = {cooldown = 180, duration = 8, talent = false, charges = 1, class = "DEMONHUNTER", type = 4}, --Darkness diff --git a/boot.lua b/boot.lua index b2014c809..292fc264d 100644 --- a/boot.lua +++ b/boot.lua @@ -4,8 +4,8 @@ _ = nil _detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0") - _detalhes.build_counter = 7354 - _detalhes.alpha_build_counter = 7354 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 7356 + _detalhes.alpha_build_counter = 7356 --if this is higher than the regular counter, use it instead _detalhes.game_version = "v8.3.0" _detalhes.userversion = "v8.3.0." .. _detalhes.build_counter _detalhes.realversion = 141 --core version, this is used to check API version for scripts and plugins (see alias below) diff --git a/functions/profiles.lua b/functions/profiles.lua index e2d597b4c..ca93d973a 100644 --- a/functions/profiles.lua +++ b/functions/profiles.lua @@ -1339,7 +1339,7 @@ local default_global_data = { --> mythic plus config mythic_plus = { always_in_combat = false, -- - merge_boss_trash = false, -- + merge_boss_trash = true, -- delete_trash_after_merge = true, -- --merge_boss_with_trash = false, --this won't be used boss_dedicated_segment = true, --