Skip to content

Commit

Permalink
add EssenceBurstCastLinkNormalizer to preservation so LeapingFlames m…
Browse files Browse the repository at this point in the history
…odule can function properly
  • Loading branch information
Krealle committed Apr 4, 2024
1 parent 2c83eae commit f6b5414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/analysis/retail/evoker/preservation/CombatLogParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import {
LeapingFlamesNormalizer,
LivingFlameNormalizer,
EBRefreshNormalizer,
EssenceBurstCastLinkNormalizer,
LeapingFlames,
SpellEssenceCost,
EssenceTracker,
Expand All @@ -66,6 +67,7 @@ class CombatLogParser extends CoreCombatLogParser {
cooldowns: CooldownThroughputTracker,

// Normalizer
essenceBurstCastLinkNormalizer: EssenceBurstCastLinkNormalizer,
ebRefreshNormalizer: EBRefreshNormalizer,
livingFlameNormalizer: LivingFlameNormalizer,
castLinkNormalizer: CastLinkNormalizer,
Expand Down

0 comments on commit f6b5414

Please sign in to comment.