Skip to content

Commit

Permalink
fix winters chill suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharrq committed Jan 6, 2024
1 parent a6213fd commit f151849
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/analysis/retail/mage/frost/core/WintersChill.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ class WintersChill extends Analyzer {
suggest(
<>
You failed to properly take advantage of <SpellLink spell={SPELLS.WINTERS_CHILL} /> on
your target {this.missedShatters} times ({formatPercentage(1 - actual)}%). After debuffing
the target via <SpellLink spell={TALENTS.BRAIN_FREEZE_TALENT} /> and{' '}
your target {this.missedShatters()} times ({formatPercentage(1 - actual)}%). After
debuffing the target via <SpellLink spell={TALENTS.BRAIN_FREEZE_TALENT} /> and{' '}
<SpellLink spell={TALENTS.FLURRY_TALENT} />, you should ensure that you hit the target
with{' '}
{this.hasGlacialSpike ? (
Expand All @@ -186,9 +186,9 @@ class WintersChill extends Analyzer {
suggest(
<>
You failed to use a pre-cast ability before <SpellLink spell={TALENTS.FLURRY_TALENT} />{' '}
{this.missedPreCasts} times ({formatPercentage(1 - actual)}%). Because of the travel time
of <SpellLink spell={TALENTS.FLURRY_TALENT} />, you should cast a damaging ability such as{' '}
<SpellLink spell={SPELLS.FROSTBOLT} /> immediately before using{' '}
{this.missedPreCasts()} times ({formatPercentage(1 - actual)}%). Because of the travel
time of <SpellLink spell={TALENTS.FLURRY_TALENT} />, you should cast a damaging ability
such as <SpellLink spell={SPELLS.FROSTBOLT} /> immediately before using{' '}
<SpellLink spell={TALENTS.FLURRY_TALENT} />. Doing this will allow your pre-cast ability
to hit the target after <SpellLink spell={TALENTS.FLURRY_TALENT} /> (unless you are
standing too close to the target) allowing it to benefit from{' '}
Expand Down

0 comments on commit f151849

Please sign in to comment.