Skip to content

Commit

Permalink
remove immo aura procs since technically you do cast them
Browse files Browse the repository at this point in the history
  • Loading branch information
emallson committed Feb 6, 2024
1 parent fba98ed commit b3ff0db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/analysis/retail/demonhunter/havoc/CHANGELOG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SHARED_CHANGELOG from 'analysis/retail/demonhunter/shared/CHANGELOG';

// prettier-ignore
export default [
change(date(2024, 2, 6), <>Hide multiple <SpellLink spell={SPELLS.THROW_GLAIVE_HAVOC} /> and <SpellLink spell={SPELLS.IMMOLATION_AURA} /> procs on the timeline.</>, emallson),
change(date(2024, 2, 6), <>Hide multiple <SpellLink spell={SPELLS.THROW_GLAIVE_HAVOC} /> procs on the timeline.</>, emallson),
change(date(2024, 1, 4), <>Update explanation for <SpellLink spell={TALENTS.ACCELERATED_BLADE_TALENT} /> to match 10.2 logic.</>, ToppleTheNun),
change(date(2023, 7, 13), 'Disable checklist.', ToppleTheNun),
change(date(2023, 7, 11), 'Update for 10.1.5.', ToppleTheNun),
Expand Down
1 change: 0 additions & 1 deletion src/parser/core/CASTS_THAT_ARENT_CASTS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const spells: number[] = [
SPELLS.COLLECTIVE_ANGUISH_EYE_BEAM.id, // Vengeance Collective Anguish Eye Beam
SPELLS.THROW_GLAIVE_PROC_BLADE_DANCE.id, // extra throw from Amirdrassil 2pc
SPELLS.THROW_GLAIVE_PROC_FURIOUS_THROWS.id, // extra throw from Furious Throws talent
SPELLS.IMMOLATION_AURA_PROC.id, // extra immo aura procs
//endregion

//region druid
Expand Down

0 comments on commit b3ff0db

Please sign in to comment.