Bug fixes for the Mythic+ End of Run panel

- General fixes applied to the Mythic+ Panel.
- The Mythic+ section in the options panel can now be translated.
- More fixes for text color.
This commit is contained in:
Tercio Jose
2024-02-08 11:46:31 -03:00
parent 1c0a0eaea0
commit 18e7464cef
4 changed files with 35 additions and 20 deletions
+2 -2
View File
@@ -5871,13 +5871,13 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
Details222.MythicPlus.time = 0.1
end
if (level >= 28 or Details.user_is_patreon_supporter) then --debug
--if (level >= 28 or Details.user_is_patreon_supporter) then --debug
C_Timer.After(0, function()
if (ChallengeModeCompleteBanner) then
ChallengeModeCompleteBanner.timeToHold = 0.1
end
end)
end
--end
--send mythic dungeon end event
local zoneName, instanceType, difficultyID, difficultyName, maxPlayers, dynamicDifficulty, isDynamic, instanceMapID, instanceGroupSize = GetInstanceInfo()