From d8289f00a45a9b7f042fe8267563a1f98c2f8937 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Fri, 18 Oct 2024 16:12:41 -0300 Subject: [PATCH] Updating framework --- Libs/DF/fw.lua | 10 +++++----- boot.lua | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 45fd0d400..6d49adb27 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 574 +local dversion = 575 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary(major, minor) @@ -5708,14 +5708,14 @@ local sendTimeBarNotification = function(token, barType, id, msg, timer, icon, s end local createBossModsCallback = function() - if (_G.DBM) then + if (false and _G.DBM) then local DBM = _G.DBM --phase change local phaseChangeCallback = function(event, mod, modId, phase, encounterId, stageTotal) sendPhaseNotification(phase) end - DBM:RegisterCallback("DBM_SetStage", phaseChangeCallback) + --DBM:RegisterCallback("DBM_SetStage", phaseChangeCallback) --time bars local timerChangeCallback = function(bar_type, id, msg, timer, icon, bartype, spellId, colorId, modid) @@ -5733,12 +5733,12 @@ local createBossModsCallback = function() end end - DBM:RegisterCallback("DBM_TimerStart", timerChangeCallback) + --DBM:RegisterCallback("DBM_TimerStart", timerChangeCallback) end local BigWigsLoader = BigWigsLoader - if (BigWigsLoader and not _G.DBM) then + if (BigWigsLoader) then -- and not _G.DBM --Bigwigs change the phase of an encounter if (BigWigsLoader.RegisterMessage) then local t = {} diff --git a/boot.lua b/boot.lua index f7db40a18..0e6362ab9 100644 --- a/boot.lua +++ b/boot.lua @@ -19,8 +19,8 @@ local addonName, Details222 = ... local version, build, date, tvs = GetBuildInfo() - Details.build_counter = 13131 - Details.alpha_build_counter = 13131 --if this is higher than the regular counter, use it instead + Details.build_counter = 13132 + Details.alpha_build_counter = 13132 --if this is higher than the regular counter, use it instead Details.dont_open_news = true Details.game_version = version Details.userversion = version .. " " .. Details.build_counter