Skip to content

Commit b0dd265

Browse files
committed
Housekeeping changes made for PR
1 parent 77a36f4 commit b0dd265

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/analysis/retail/deathknight/unholy/CHANGELOG.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ import { change, date } from 'common/changelog';
22
import { Brandrewsss } from 'CONTRIBUTORS';
33

44
export default [
5-
change(date(2026, 2, 5), <>Cleaned up the spellbook for Midnight</>, Brandrewsss),
6-
change(date(2026, 1, 27), <>Started working on enabling the analyzer for Midnight</>, Brandrewsss)
5+
change(date(2026, 2, 5), <>Initial Update for Midnight</>, Brandrewsss)
76
];

src/analysis/retail/deathknight/unholy/CONFIG.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const config: Config = {
1717
<>
1818
<p>
1919
Unholy Death Knights are disease specialists and undead masters, they turn rot and plague
20-
into damage. The specialization focuses on...
20+
into damage. The specialization focuses on spreading diseases and keeping abilities on
21+
cooldown to maximize the damage from DOTs.
2122
</p>
2223
<p>
2324
Efficient resource use and cooldown alignment are key. Whether in AoE or single-target

src/analysis/retail/deathknight/unholy/modules/Abilities.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class Abilities extends CoreAbilities {
1919
},
2020
{
2121
spell: TALENTS.SCOURGE_STRIKE_TALENT.id,
22-
enabled: combatant.hasTalent(TALENTS.SCOURGE_STRIKE_TALENT),
2322
category: SPELL_CATEGORY.ROTATIONAL,
2423
gcd: {
2524
base: 1500,

0 commit comments

Comments
 (0)