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:
+2
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user