Skip to content

Commit

Permalink
Making sure the merge trash is enabled on new installations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Aug 11, 2020
1 parent 1923659 commit bc04237
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Libs/DF/fw.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

local dversion = 192
local dversion = 193

local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)
Expand Down
4 changes: 2 additions & 2 deletions Libs/DF/spells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ DF.CooldownsBySpec = {
--DEMON HUNTER
--havoc
[577] = {
[200166] = 1, --Metamorphosis
[162264] = 1, --Metamorphosis
[206491] = 1, --Nemesis (talent)

[196555] = 2, --Netherwalk (talent)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion functions/profiles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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, --
Expand Down

0 comments on commit bc04237

Please sign in to comment.