Skip to content

Commit

Permalink
raidboss: fix Skoll Howl in Eureka Pyros (#5927)
Browse files Browse the repository at this point in the history
Fixes #5924
  • Loading branch information
quisquous authored Nov 13, 2023
1 parent 8b54321 commit 1e8e453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/raidboss/data/04-sb/eureka/eureka_pyros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const triggerSet: TriggerSet<Data> = {
{
id: 'Eureka Pyros Skoll Heavensward Howl',
type: 'StartsUsing',
netRegex: { id: '46BD', source: 'Skoll', capture: false },
netRegex: { id: '36DB', source: 'Skoll', capture: false },
response: Responses.awayFromFront(),
},
{
Expand Down

0 comments on commit 1e8e453

Please sign in to comment.