From ad3cb2feca74e389ecd73be58c49de14750e62ee Mon Sep 17 00:00:00 2001 From: trevorm4 Date: Sun, 22 Sep 2024 22:49:50 -0700 Subject: [PATCH] cleanup --- .../hero/ConduitOfTheCelestials/talents/CelestialConduit.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analysis/retail/monk/shared/hero/ConduitOfTheCelestials/talents/CelestialConduit.tsx b/src/analysis/retail/monk/shared/hero/ConduitOfTheCelestials/talents/CelestialConduit.tsx index e0adb2f951f..a3e0d4c46a2 100644 --- a/src/analysis/retail/monk/shared/hero/ConduitOfTheCelestials/talents/CelestialConduit.tsx +++ b/src/analysis/retail/monk/shared/hero/ConduitOfTheCelestials/talents/CelestialConduit.tsx @@ -111,7 +111,7 @@ class CelestialConduit extends Analyzer { private getCooldownMap(): Map { const result = new Map(); const spellList = - this.selectedCombatant.specId === SPECS.MISTWEAVER_MONK.id + this.selectedCombatant.spec === SPECS.MISTWEAVER_MONK ? MISTWEAVER_HEART_SPELLS : WINDWALKER_HEART_SPELLS; spellList.forEach((spellId) => {