Skip to content

Commit

Permalink
raidboss: fix AAI Hydroshot IDs (#6044)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiashtra authored Dec 16, 2023
1 parent 06e1460 commit 7a11974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const triggerSet: TriggerSet<Data> = {
{
id: 'AAIS Monk Hydroshot',
type: 'StartsUsing',
netRegex: { id: '8BCD', source: 'Aloalo Monk' },
netRegex: { id: '8BD1', source: 'Aloalo Monk' },
condition: Conditions.targetIsYou(),
response: Responses.knockbackOn(),
},
Expand Down
2 changes: 1 addition & 1 deletion ui/raidboss/data/06-ew/dungeon/another_aloalo_island.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const triggerSet: TriggerSet<Data> = {
{
id: 'AAI Monk Hydroshot',
type: 'StartsUsing',
netRegex: { id: '8BBE', source: 'Aloalo Monk' },
netRegex: { id: '8C65', source: 'Aloalo Monk' },
condition: Conditions.targetIsYou(),
response: Responses.knockbackOn(),
},
Expand Down

0 comments on commit 7a11974

Please sign in to comment.