Skip to content

Commit

Permalink
Revert "Add 90s for Challenger's Peril change"
Browse files Browse the repository at this point in the history
This reverts commit 5a0c699.
  • Loading branch information
Nnoggie committed Oct 29, 2024
1 parent 7ab54c9 commit b8988d7
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 + 90), 1, 1, 1)
GameTooltip:AddLine(L["Timer"]..": "..formatTime(timer), 1, 1, 1)
end
GameTooltip:Show()
end)
Expand Down

0 comments on commit b8988d7

Please sign in to comment.