From 5b90fbbf3cab01628981bcc5b95218f7d2d54440 Mon Sep 17 00:00:00 2001 From: Tercioo Date: Tue, 12 Mar 2019 16:03:41 -0300 Subject: [PATCH] - Fixed debug message without debug enabled. --- startup.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/startup.lua b/startup.lua index 5a3e7d2f..d34f109c 100644 --- a/startup.lua +++ b/startup.lua @@ -795,7 +795,7 @@ function _G._detalhes:Start() --> this mean a combat was opened after the last boss of the dungeon was killed if (not self.tabela_vigente.is_boss and self.tabela_vigente:GetCombatTime() > 5) then - Details:Debug ("last segment isn't a boss segment, need to merge it with latest trash segment.") + Details:Msg ("last segment isn't a boss segment, need to merge it with latest trash segment.") if (newFrame.DevelopmentDebug) then print ("Details!", "MythicDungeonFinished() > the last combat isn't a boss fight, might have trash after bosses done.") @@ -826,7 +826,7 @@ function _G._detalhes:Start() --> merge this segment tinsert (segmentsToMerge, pastCombat) - Details:Debug ("segment " .. i .. " added to merge after last boss.") + Details:Msg ("segment " .. i .. " added to merge after last boss.") if (newFrame.DevelopmentDebug) then print ("MythicDungeonFinished() > found after last boss combat") @@ -871,10 +871,10 @@ function _G._detalhes:Start() -- _detalhes.schedule_mythicdungeon_endtrash_merge = true --end else - Details:Debug ("failed to find the trash overall for the last boss of the dungeon.") + Details:Msg ("failed to find the trash overall for the last boss of the dungeon.") end else - Details:Debug ("no trash segments detected after the last boss in the dungeon.") + Details:Msg ("no trash segments detected after the last boss in the dungeon.") end --> merge segments