Skip to content

Commit c8ce54c

Browse files
authored
util: include NPC AbilityExtra lines in analysis filter (OverlayPlugin#821)
1 parent 87abd6a commit c8ce54c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

resources/netlog_defs.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,9 +1413,15 @@ const latestLogDefinitions = {
14131413
blankFields: [6, 7, 8],
14141414
playerIds: {
14151415
2: null,
1416+
10: null,
14161417
},
14171418
canAnonymize: true,
14181419
firstOptionalField: undefined,
1420+
analysisOptions: {
1421+
include: 'filter',
1422+
filters: { sourceId: '4.{7}' }, // NPC casts only
1423+
combatantIdFields: [2, 10],
1424+
},
14191425
},
14201426
ContentFinderSettings: {
14211427
type: '265',

0 commit comments

Comments
 (0)