Skip to content

Commit

Permalink
triggers build: raidboss: fix Shatter big ice triggers for new map (#…
Browse files Browse the repository at this point in the history
…5759)

I accidentally queued for this today so thought I'd fix it.

Fixes #5430 bf8ccc6
  • Loading branch information
github-actions committed Aug 10, 2023
1 parent b731a8d commit 6528a0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 03-hw/pvp/shatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Options.Triggers.push({
id: 'Shatter Big Ice North',
type: 'GameLog',
netRegex: {
line: 'The icebound tomelith A2 activates and begins to emit heat.*?',
line: 'The icebound tomelith A4 activates and begins to emit heat.*?',
capture: false,
},
alertText: (_data, _matches, output) => output.text(),
Expand Down Expand Up @@ -64,7 +64,7 @@ Options.Triggers.push({
id: 'Shatter Big Ice Southwest',
type: 'GameLog',
netRegex: {
line: 'The icebound tomelith A4 activates and begins to emit heat.*?',
line: 'The icebound tomelith A2 activates and begins to emit heat.*?',
capture: false,
},
alertText: (_data, _matches, output) => output.text(),
Expand Down

0 comments on commit 6528a0c

Please sign in to comment.