Skip to content

Commit

Permalink
Merge pull request #1040 from wowsims/fix/dk-2p-bonus
Browse files Browse the repository at this point in the history
[UI] Fix DK T12 2P bonus label
  • Loading branch information
1337LutZ authored Sep 20, 2024
2 parents 1cca255 + b707fdf commit 97ee747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/core/proto_utils/action_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,9 @@ export class ActionId {
name = 'Flaming Torment (T12 4P)';
}
break;
// Death Knight - T12 4P proc
// Death Knight - T12 2P proc
case 'Burning Blood':
name += ' (T12 4P)';
name += ' (T12 2P)';
break;
// Death Knight - T12 4P proc
case 'Flaming Rune Weapon':
Expand Down

0 comments on commit 97ee747

Please sign in to comment.