Skip to content

Commit

Permalink
raidboss: fix bait order callout for DN strategy
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Keller <[email protected]>
  • Loading branch information
jacob-keller committed Oct 1, 2024
1 parent 402ef1c commit 1bf2bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/raidboss/data/07-dt/raid/r4s.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,9 @@ const triggerSet: TriggerSet<Data> = {
baitOrder = ['near', 'far', 'near', 'far'];
} else if (data.witchHuntBait === 'far') {
if (data.triggerSetConfig.witchHunt === 'DN')
baitOrder = ['far', 'near', 'far', 'near'];
else
baitOrder = ['healer', 'tank', 'ranged', 'melee'];
else
baitOrder = ['far', 'near', 'far', 'near'];
} else {
baitOrder = [];
}
Expand Down

0 comments on commit 1bf2bb8

Please sign in to comment.