Change Augmentation tooltip color to darkgreen. When leaving a m+ dungeon, wait 40 seconds before finishing and creating the overall m+ segment.

This commit is contained in:
Tercio Jose
2024-03-19 18:28:05 -03:00
parent 0b7f4d2abf
commit c1fa712b91
3 changed files with 42 additions and 17 deletions
+4
View File
@@ -5784,6 +5784,10 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
if (Details.debug) then
end
if (DetailsMythicPlusFrame.ZoneLeftTimer and not DetailsMythicPlusFrame.ZoneLeftTimer:IsCancelled()) then
DetailsMythicPlusFrame.ZoneLeftTimer:Cancel()
end
local zoneName, instanceType, difficultyID, difficultyName, maxPlayers, dynamicDifficulty, isDynamic, instanceMapID, instanceGroupSize = GetInstanceInfo()
if (difficultyID == 8) then
Details222.MythicPlus.CHALLENGE_MODE_START_AT = GetTime()