Skip to content

Commit

Permalink
Fix chain stratagem buff ID
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Jul 20, 2024
1 parent 403121d commit 0bf9b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xivdata/src/main/java/gg/xp/xivdata/data/Cooldown.java
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ personal CDs overlay by default, or not, and the ability ID(s). You only need to
FeyIllumination(builder(CooldownType.PARTY_MIT, true, 0x409A).buffIds(0x13d, 0x753)),
FeyBlessing(true, CooldownType.HEAL, 0x409F),
Expedient(true, CooldownType.PARTY_UTILITY, 0x650C),
ChainStratagem(true, CooldownType.PARTY_BUFF, 0x1d0c),
ChainStratagem(builder(CooldownType.PARTY_BUFF, true, 0x1d0c).buffIds(0x4c5)),
Protraction(true, CooldownType.HEAL, 0x650b),
Aetherflow(true, CooldownType.PERSONAL_UTILITY, 0xa6),
Dissipation(true, CooldownType.PERSONAL_UTILITY, 0xe03),
Expand Down

0 comments on commit 0bf9b46

Please sign in to comment.