Mythic plus is just difficulty 3

This commit is contained in:
andrew6180
2024-05-18 07:24:47 -07:00
parent 4d047bacac
commit 3095ac1ac4
+1 -1
View File
@@ -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