Skip to content

Commit

Permalink
oopsy: add blue mage heal skills to missed heal tracker (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bing-su authored Jul 25, 2020
1 parent 623d978 commit 8622494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/oopsyraidsy/data/00-misc/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,8 @@ let missedMitigationAbility = missedHeal;
missedHeal({ id: 'Aspected Helios', abilityId: '3200' }),
missedHeal({ id: 'Celestial Opposition', abilityId: '40A9' }),
missedHeal({ id: 'Astral Stasis', abilityId: '1098' }),

missedHeal({ id: 'White Wind', abilityId: '2C8E' }),
missedHeal({ id: 'Gobskin', abilityId: '4780' }),
],
}];

0 comments on commit 8622494

Please sign in to comment.