diff --git a/ui/core/components/inputs/buffs_debuffs.ts b/ui/core/components/inputs/buffs_debuffs.ts index a11e1ae52..13557a7f0 100644 --- a/ui/core/components/inputs/buffs_debuffs.ts +++ b/ui/core/components/inputs/buffs_debuffs.ts @@ -474,7 +474,7 @@ export const SpellStormstrikeDebuff = withLabel( fieldName: 'stormstrike', }), 'Stormstrike', -) +); export const SpellShadowWeavingDebuff = withLabel( makeBooleanDebuffInput({ @@ -620,7 +620,7 @@ export const RAID_BUFFS_CONFIG = [ { config: TrueshotAuraBuff, picker: IconPicker, - stats: [Stat.StatRangedAttackPower], + stats: [Stat.StatRangedAttackPower, Stat.StatAttackPower], }, { config: MeleeCritBuff,