Skip to content

Commit ca4a1b2

Browse files
authored
Fix Cronos Sling Left/Right
1 parent 200ca92 commit ca4a1b2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

ui/raidboss/data/07-dt/alliance/san-doria-second-walk.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,46 +1301,46 @@ const triggerSet: TriggerSet<Data> = {
13011301
},
13021302
},
13031303
{
1304-
id: 'San dOriea Second Walk Eald\'narche Cronos Sling Out + Right',
1304+
id: 'San dOriea Second Walk Eald\'narche Cronos Sling Out + Left',
13051305
type: 'StartsUsing',
13061306
netRegex: { id: 'AD49', source: 'Eald\'narche', capture: false },
13071307
alertText: (_data, _matches, output) => output.text!(),
13081308
outputStrings: {
13091309
text: {
1310-
en: 'Out => Right',
1310+
en: 'Out => Left',
13111311
},
13121312
},
13131313
},
13141314
{
1315-
id: 'San dOria Second Walk Eald\'narche Cronos Sling Out + Left',
1315+
id: 'San dOria Second Walk Eald\'narche Cronos Sling Out + Right',
13161316
type: 'StartsUsing',
13171317
netRegex: { id: 'AD4A', source: 'Eald\'narche', capture: false },
13181318
alertText: (_data, _matches, output) => output.text!(),
13191319
outputStrings: {
13201320
text: {
1321-
en: 'Out => Left',
1321+
en: 'Out => Right',
13221322
},
13231323
},
13241324
},
13251325
{
1326-
id: 'San dOria Second Walk Eald\'narche Cronos Sling In + Right',
1326+
id: 'San dOria Second Walk Eald\'narche Cronos Sling In + Left',
13271327
type: 'StartsUsing',
13281328
netRegex: { id: 'AD4B', source: 'Eald\'narche', capture: false },
13291329
alertText: (_data, _matches, output) => output.text!(),
13301330
outputStrings: {
13311331
text: {
1332-
en: 'In => Right',
1332+
en: 'In => Left',
13331333
},
13341334
},
13351335
},
13361336
{
1337-
id: 'San dOria Second Walk Eald\'narche Cronos Sling In + Left',
1337+
id: 'San dOria Second Walk Eald\'narche Cronos Sling In + Right',
13381338
type: 'StartsUsing',
13391339
netRegex: { id: 'AD4C', source: 'Eald\'narche', capture: false },
13401340
alertText: (_data, _matches, output) => output.text!(),
13411341
outputStrings: {
13421342
text: {
1343-
en: 'In => Left',
1343+
en: 'In => Right',
13441344
},
13451345
},
13461346
},

0 commit comments

Comments
 (0)