Skip to content

Commit

Permalink
Revert "Revert "Add 90s for Challenger's Peril change""
Browse files Browse the repository at this point in the history
This reverts commit b8988d7.
  • Loading branch information
Nnoggie committed Oct 30, 2024
1 parent 8b24660 commit 533ca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/DungeonSelect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function MDT:UpdateDungeonDropDown()
GameTooltip:SetOwner(dungeonButtons[idx], "ANCHOR_BOTTOMRIGHT", -dungeonButtons[idx]:GetWidth(), 0)
GameTooltip:AddLine(MDT.dungeonList[dungeonIdx], 1, 1, 1)
if timer then
GameTooltip:AddLine(L["Timer"]..": "..formatTime(timer), 1, 1, 1)
GameTooltip:AddLine(L["Timer"]..": "..formatTime(timer + 90), 1, 1, 1)
end
GameTooltip:Show()
end)
Expand Down

0 comments on commit 533ca45

Please sign in to comment.