From a0420300850926caa977879cd3fd965d060a79a1 Mon Sep 17 00:00:00 2001 From: Tercio Date: Sun, 15 Jan 2017 15:24:21 -0200 Subject: [PATCH] - ticket #157 difficulty name is "Mythic Keystone" not "Mythic". --- core/parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index c3460d94..c68be5de 100644 --- a/core/parser.lua +++ b/core/parser.lua @@ -3822,7 +3822,7 @@ SPELL_POWER_OBSOLETE2 = 15; end local name, groupType, _, difficult = GetInstanceInfo() - if (groupType == "party" and difficult == "Mythic" and _detalhes.overall_clear_newchallenge) then + if (groupType == "party" and difficult == "Mythic Keystone" and _detalhes.overall_clear_newchallenge) then _detalhes.historico:resetar_overall() if (_detalhes.debug) then _detalhes:Msg ("(debug) timer is for a mythic+ dungeon, overall has been reseted.")