Skip to content

Commit

Permalink
raidboss: fix e1n dimensional shift trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Jul 23, 2019
1 parent 04991ff commit e3ade27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/raidboss/data/triggers/e1n.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
},
{
id: 'E1N Dimensional Shift',
// English regex seems wrong
regex: / 14:3D9C:Eden Prime starts using Fragor Maximus/,
regex: / 14:3D9C:Eden Prime starts using Dimensional Shift/,
regexFr: / 14:3D9C:Primo-Éden starts using Translation Dimensionnelle/,
condition: function(data) {
return data.role == 'healer';
Expand Down

0 comments on commit e3ade27

Please sign in to comment.