/run Details.show_warning_id1 = false; to stop combatlog type warnings

This commit is contained in:
Tercio Jose
2022-11-24 12:58:26 -03:00
parent 1f60774981
commit 089c6cc50c
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -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