Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorm4 committed Sep 23, 2024
1 parent eed1876 commit ad3cb2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class CelestialConduit extends Analyzer {
private getCooldownMap(): Map<number, number> {
const result = new Map<number, number>();
const spellList =
this.selectedCombatant.specId === SPECS.MISTWEAVER_MONK.id
this.selectedCombatant.spec === SPECS.MISTWEAVER_MONK
? MISTWEAVER_HEART_SPELLS
: WINDWALKER_HEART_SPELLS;
spellList.forEach((spellId) => {
Expand Down

0 comments on commit ad3cb2f

Please sign in to comment.