We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8fdb3 commit ed2a29aCopy full SHA for ed2a29a
1 file changed
ui/raidboss/emulator/data/network_log_converter/LineEvent0x108.ts
@@ -20,7 +20,7 @@ export class LineEvent0x108 extends LineEvent {
20
21
this.abilityIdHex = parts[fields.id]?.toUpperCase() ?? '';
22
this.abilityId = parseInt(this.abilityIdHex, 16);
23
- this.id = parts[fields.id]?.toUpperCase() ?? '';
+ this.id = parts[fields.sourceId]?.toUpperCase() ?? '';
24
25
this.x = parseFloat(parts[fields.x] ?? '');
26
this.y = parseFloat(parts[fields.y] ?? '');
0 commit comments