Skip to content
Merged

TSA #83

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ui/core/components/inputs/buffs_debuffs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ export const SpellStormstrikeDebuff = withLabel(
fieldName: 'stormstrike',
}),
'Stormstrike',
)
);

export const SpellShadowWeavingDebuff = withLabel(
makeBooleanDebuffInput({
Expand Down Expand Up @@ -620,7 +620,7 @@ export const RAID_BUFFS_CONFIG = [
{
config: TrueshotAuraBuff,
picker: IconPicker,
stats: [Stat.StatRangedAttackPower],
stats: [Stat.StatRangedAttackPower, Stat.StatAttackPower],
},
{
config: MeleeCritBuff,
Expand Down
Loading