Skip to content

Commit

Permalink
triggers build: raidboss: fix Argath Fire IV id (#5396)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 22, 2023
1 parent 4552d52 commit d8d48da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-sb/alliance/royal_city_of_rabanastre.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Options.Triggers.push({
{
id: 'Rab Argath Fire IV',
type: 'StartsUsing',
netRegex: { source: 'Argath Thadalfus', id: '261A', capture: false },
netRegex: { source: 'Argath Thadalfus', id: '262E', capture: false },
response: Responses.aoe(),
},
{
Expand Down

0 comments on commit d8d48da

Please sign in to comment.