- ticket #157 difficulty name is "Mythic Keystone" not "Mythic".

This commit is contained in:
Tercio
2017-01-15 15:24:21 -02:00
parent 159780f0ab
commit a042030085
+1 -1
View File
@@ -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.")