Skip to content

Commit

Permalink
Fix PoM buff in cd tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Aug 7, 2024
1 parent 7d2baf7 commit 915a08b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xivdata/src/main/java/gg/xp/xivdata/data/Cooldown.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ personal CDs overlay by default, or not, and the ability ID(s). You only need to
// WHM
Benediction(true, CooldownType.HEAL, 0x8c),
Temperance(true, CooldownType.PARTY_MIT, 0x4098),
Pom(true, CooldownType.PERSONAL_BURST, 0x88),
// TODO: this needs to ignore the Glare IV buff
Pom(builder(CooldownType.PERSONAL_BURST, true, 0x88).buffIds(0x9d)),
Asylum(builder(CooldownType.HEAL, true, 0xDF1)),
Aquaveil(true, CooldownType.PERSONAL_MIT, 0x6505),
Bell(true, CooldownType.HEAL, 0x6506),
Expand Down

0 comments on commit 915a08b

Please sign in to comment.