diff --git a/ui/raidboss/data/06-ew/dungeon/another_aloalo_island-savage.ts b/ui/raidboss/data/06-ew/dungeon/another_aloalo_island-savage.ts index 47f6270605..21803d61cd 100644 --- a/ui/raidboss/data/06-ew/dungeon/another_aloalo_island-savage.ts +++ b/ui/raidboss/data/06-ew/dungeon/another_aloalo_island-savage.ts @@ -215,7 +215,7 @@ const triggerSet: TriggerSet = { { id: 'AAIS Monk Hydroshot', type: 'StartsUsing', - netRegex: { id: '8BCD', source: 'Aloalo Monk' }, + netRegex: { id: '8BD1', source: 'Aloalo Monk' }, condition: Conditions.targetIsYou(), response: Responses.knockbackOn(), }, diff --git a/ui/raidboss/data/06-ew/dungeon/another_aloalo_island.ts b/ui/raidboss/data/06-ew/dungeon/another_aloalo_island.ts index c2c13105f1..981f3bd6a2 100644 --- a/ui/raidboss/data/06-ew/dungeon/another_aloalo_island.ts +++ b/ui/raidboss/data/06-ew/dungeon/another_aloalo_island.ts @@ -210,7 +210,7 @@ const triggerSet: TriggerSet = { { id: 'AAI Monk Hydroshot', type: 'StartsUsing', - netRegex: { id: '8BBE', source: 'Aloalo Monk' }, + netRegex: { id: '8C65', source: 'Aloalo Monk' }, condition: Conditions.targetIsYou(), response: Responses.knockbackOn(), },