Skip to content

Commit

Permalink
raidboss: remove unused endsinger output string (#5681)
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous authored Jul 11, 2023
1 parent 096a45c commit 5a3a1f3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ui/raidboss/data/06-ew/trial/endsinger-ex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,14 +430,7 @@ const triggerSet: TriggerSet<Data> = {
const head8Dir = rawHead8Dir % 2 === 0 ? undefined : rawHead8Dir;
return getStarText(head8Dir, matches, output);
},
outputStrings: {
...orbOutputStrings,
temp: {
en: '${text}',
cn: '${text}',
ko: '${text}',
},
},
outputStrings: orbOutputStrings,
},
{
id: 'EndsingerEx Grip of Despair Cast',
Expand Down

0 comments on commit 5a3a1f3

Please sign in to comment.