diff --git a/boot.lua b/boot.lua index a7dd8097..5830ab7c 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 10284 - _detalhes.alpha_build_counter = 10284 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 10285 + _detalhes.alpha_build_counter = 10285 --if this is higher than the regular counter, use it instead _detalhes.dont_open_news = true _detalhes.game_version = version _detalhes.userversion = version .. " " .. _detalhes.build_counter diff --git a/core/parser.lua b/core/parser.lua index d6666373..9c187b52 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -5165,7 +5165,9 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1 if (not isWOTLK) then C_Timer.After(1, function() if (C_CVar.GetCVar("AdvancedCombatLogging") == "1") then - Details:Msg("you have Advanced Combat Logging enabled, your numbers might be different of other players (bug in the game).") + if (Details.show_warning_id1) then + Details:Msg("you have Advanced Combat Logging enabled, your numbers might be different of other players (bug in the game).") + end end end) end diff --git a/functions/profiles.lua b/functions/profiles.lua index 227e0440..5c6a1efe 100644 --- a/functions/profiles.lua +++ b/functions/profiles.lua @@ -1354,6 +1354,8 @@ local default_global_data = { current_exp_raid_encounters = {}, installed_skins_cache = {}, + show_warning_id1 = true, + combat_id_global = 0, slash_me_used = false,