Skip to content

Commit

Permalink
oopsy: update veil id again
Browse files Browse the repository at this point in the history
Ability id added in #5416 but should have been effect id.

Fixes #5418.
  • Loading branch information
quisquous committed May 25, 2023
1 parent 56cca14 commit 90d9135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/oopsyraidsy/buff_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export const missedEffectBuffMap: readonly MissableEffect[] = [
// PLD
id: 'Divine Veil',
type: 'mitigation',
// TODO: DD4 is 6.4, remove 2D7 once everything is on 6.4
// TODO: 552 is 6.4, remove 2D7 once everything is on 6.4
// TODO: veil now applies to the paladin in ... 6.3?
effectId: ['2D7', 'DD4'],
effectId: ['2D7', '552'],
ignoreSelf: true,
collectSeconds: 2,
},
Expand Down

0 comments on commit 90d9135

Please sign in to comment.