Skip to content

Commit

Permalink
Deploy preview for PR 5658 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
CypherX committed Nov 14, 2024
1 parent a628d0a commit bba2a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/preview/pr-5658/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2517,7 +2517,7 @@ <h2 class="pageItemFooter" style="display: block; font-size: 1rem;">
<div class="title-right" data-bind="if: isDungeon && QuestLineHelper.isQuestLineCompleted('Tutorial Quests')">
<div class="d-flex ml-auto">
<knockout class="h4 text-danger no-emoji-font mr-2 mb-0 align-self-center" data-bind="
visible: () => DungeonRunner.isDungeonDebuffed(player.town.dungeon)
visible: DungeonRunner.isDungeonDebuffed(player.town.dungeon),
tooltip: {
title: 'This dungeon is debuffed and will be significantly less likely to drop Epic, Legendary, and Mythic loot.',
trigger: 'hover',
Expand Down

0 comments on commit bba2a4a

Please sign in to comment.