Skip to content

Commit

Permalink
remove testing id in filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Apr 17, 2024
1 parent 65967e5 commit 5c71bae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const BreathOfEonsHelper: React.FC<Props> = ({ windows, fightStartTime, fightEnd
const abilityFilter = [...ABILITY_NO_BOE_SCALING, ...ABILITY_BLACKLIST].join(',');

const filter = `type = "damage"
AND not ability.id in (${abilityFilter},409632)
AND not ability.id in (${abilityFilter})
AND (target.id != source.id)
AND target.id not in(169428, 169430, 169429, 169426, 169421, 169425, 168932)
AND not (target.id = source.owner.id)
Expand Down

0 comments on commit 5c71bae

Please sign in to comment.