Skip to content

Commit

Permalink
fix missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
Echoring committed Jan 8, 2025
1 parent 5c58487 commit f992b36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/raidboss/data/07-dt/alliance/cloud_of_darkness_chaotic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const triggerSet: TriggerSet<Data> = {
outputStrings: {
text: {
en: 'Wild Charge (alliances)',
cn: '分队挡枪分摊'
cn: '分队挡枪分摊',
},
},
},
Expand Down Expand Up @@ -281,7 +281,7 @@ const triggerSet: TriggerSet<Data> = {
outputStrings: {
text: {
en: 'Far away => in',
cn: '远离 => 中间'
cn: '远离 => 中间',
},
},
},
Expand Down Expand Up @@ -436,7 +436,7 @@ const triggerSet: TriggerSet<Data> = {
outputStrings: {
rotate: {
en: 'Rotate ${rotateStr}',
cn: '${rotateStr} 旋转'
cn: '${rotateStr} 旋转',
},
clockwise: Outputs.clockwise,
counterClockwise: Outputs.counterclockwise,
Expand Down Expand Up @@ -676,7 +676,7 @@ const triggerSet: TriggerSet<Data> = {
outputStrings: {
text: {
en: 'AoE + player swaps',
cn: 'AoE + 换位'
cn: 'AoE + 换位',
},
},
},
Expand Down

0 comments on commit f992b36

Please sign in to comment.