Skip to content

Commit

Permalink
raidboss: zurvan multiple move call fixup (#5445)
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous authored May 29, 2023
1 parent f73beae commit ed69494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/raidboss/data/03-hw/trial/zurvan-ex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const triggerSet: TriggerSet<Data> = {
id: 'ZurvanEX Southern Cross Move',
type: 'StartsUsing',
netRegex: { id: '1C5D', source: 'Zurvan', capture: false },
suppressSeconds: 5,
response: Responses.moveAway(),
},
{
Expand Down
1 change: 1 addition & 0 deletions ui/raidboss/data/06-ew/trial/zurvan-un.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ const triggerSet: TriggerSet<Data> = {
id: 'ZurvanUN Southern Cross Move',
type: 'StartsUsing',
netRegex: { id: '8566', source: 'Zurvan', capture: false },
suppressSeconds: 5,
response: Responses.moveAway(),
},
{
Expand Down

0 comments on commit ed69494

Please sign in to comment.