Skip to content

Commit

Permalink
triggers build: raidboss: fix AAI Hydroshot IDs (#6044) 7a11974
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 16, 2023
1 parent d7b01fd commit 872d9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 06-ew/dungeon/another_aloalo_island-savage.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Options.Triggers.push({
{
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 06-ew/dungeon/another_aloalo_island.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Options.Triggers.push({
{
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 872d9e5

Please sign in to comment.