Skip to content

Commit

Permalink
Remove rewind from engulf
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorm4 committed Jun 19, 2024
1 parent 2113690 commit 5031652
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/analysis/retail/evoker/preservation/CHANGELOG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Trevor} from 'CONTRIBUTORS';
import SpellLink from 'interface/SpellLink';

export default [
change(date(2024, 6, 19), <>Remove <SpellLink spell={TALENTS_EVOKER.REWIND_TALENT}/> from <SpellLink spell={TALENTS_EVOKER.ENGULF_TALENT}/> module</>, Trevor),
change(date(2024, 6, 19), <>Improve accuracy of T32 tier set module</>, Trevor),
change(date(2024, 6, 17), <>Implement <SpellLink spell={TALENTS_EVOKER.ENGULF_TALENT}/> module</>, Trevor),
change(date(2024, 6, 16), <>Add T32 tier set module</>, Trevor),
Expand Down
1 change: 0 additions & 1 deletion src/analysis/retail/evoker/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export const PERIODIC_HEALING_IDS = [
SPELLS.REVERSION_ECHO.id,
SPELLS.ENKINDLE_HOT.id,
SPELLS.RENEWING_BLAZE_HEAL.id,
TALENTS_EVOKER.REWIND_TALENT.id,
];

export const ENGULF_PERIODIC_INCREASE = 0.5;

0 comments on commit 5031652

Please sign in to comment.