More fixes for text color and bar color. Early and under development report button addon to the Player Breakdown window.
This commit is contained in:
+3
-2
@@ -5872,12 +5872,13 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
|
||||
end
|
||||
|
||||
--if (level >= 28 or Details.user_is_patreon_supporter) then --debug
|
||||
if (Details.mythic_plus.show_damage_graphic) then
|
||||
C_Timer.After(0, function()
|
||||
if (ChallengeModeCompleteBanner) then
|
||||
ChallengeModeCompleteBanner.timeToHold = 0.1
|
||||
ChallengeModeCompleteBanner.timeToHold = 0.01
|
||||
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