Skip to content

Commit

Permalink
update TIERS enum in Buffs to match new format
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Mar 27, 2024
1 parent 930fea7 commit 2fe5fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/retail/evoker/devastation/modules/Buffs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Buffs extends CoreAuras {
{
spellId: SPELLS.EMERALD_TRANCE_T31_4PC_BUFF.id,
timelineHighlight: true,
enabled: combatant.has4PieceByTier(TIERS.T31),
enabled: combatant.has4PieceByTier(TIERS.DF3),
},
// Defensive
{
Expand Down

0 comments on commit 2fe5fbd

Please sign in to comment.