Skip to content

Commit 761b1da

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 540858b + 379c326 commit 761b1da

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ui/raidboss/emulator/data/network_log_converter/LineEvent0x108.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class LineEvent0x108 extends LineEvent {
2020

2121
this.abilityIdHex = parts[fields.id]?.toUpperCase() ?? '';
2222
this.abilityId = parseInt(this.abilityIdHex, 16);
23-
this.id = parts[fields.id]?.toUpperCase() ?? '';
23+
this.id = parts[fields.sourceId]?.toUpperCase() ?? '';
2424

2525
this.x = parseFloat(parts[fields.x] ?? '');
2626
this.y = parseFloat(parts[fields.y] ?? '');

util/logtools/generate_triggers.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,8 +1400,8 @@ CastInfo Hints: ${[...castTypeFullSuggestions].join(', ')}
14001400
fr: 'Intercardinal',
14011401
ja: '斜めへ',
14021402
cn: '四角',
1403-
tc: '分攤',
14041403
ko: '대각선 쪽으로',
1404+
tc: '四角',
14051405
},
14061406
},
14071407
},`;
@@ -1465,8 +1465,8 @@ CastInfo Hints: ${[...castTypeFullSuggestions].join(', ')}
14651465
de: 'Sammeln',
14661466
fr: 'Package',
14671467
cn: '分摊',
1468-
tc: '分攤',
14691468
ko: '쉐어',
1469+
tc: '分攤',
14701470
},
14711471
},
14721472
},`;
@@ -1575,8 +1575,8 @@ const generateFileFromTriggerInfo = async (triggerInfo: TriggerInfo[], args: Ext
15751575

15761576
return `// Auto-generated with:
15771577
// ${processArgs}
1578+
import Outputs from '../../../../../resources/outputs';
15781579
import { Responses } from '../../../../../resources/responses';
1579-
import { Outputs } from '../../../../../resources/outputs';
15801580
import ZoneId from '../../../../../resources/zone_id';
15811581
import { RaidbossData } from '../../../../../types/data';
15821582
import { TriggerSet } from '../../../../../types/trigger';

0 commit comments

Comments
 (0)