Making sure the merge trash is enabled on new installations
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
|
||||
local dversion = 192
|
||||
local dversion = 193
|
||||
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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, --
|
||||
|
||||
Reference in New Issue
Block a user