From 3095ac1ac4123b65d868d551958ce1c261164bbc Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Sat, 18 May 2024 07:24:47 -0700 Subject: [PATCH] Mythic plus is just difficulty 3 --- core/parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/parser.lua b/core/parser.lua index e52d31a1..22a9f8c9 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -5461,7 +5461,7 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1 --send mythic dungeon end event local zoneName, instanceType, difficultyID, difficultyName, maxPlayers, dynamicDifficulty, isDynamic, instanceMapID, instanceGroupSize = GetInstanceInfo() - if (difficultyID == 8) then + if (difficultyID == 3) then Details:SendEvent("COMBAT_MYTHICDUNGEON_END") end