Commit b5af80a
Fix Duplicate Records In Stats Parsing
'criticalEffect': (bolt.Path(u'Skyrim.esm'), 0)
Critical effect is a FormID but was being parsed as an int.
Which meant the comparision for a change always gave a result of true.
When led to a high number of ITM when using the stats patcher.1 parent 5ba9c48 commit b5af80a
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17071 | 17071 | | |
17072 | 17072 | | |
17073 | 17073 | | |
17074 | | - | |
| 17074 | + | |
17075 | 17075 | | |
17076 | 17076 | | |
17077 | 17077 | | |
| |||
17118 | 17118 | | |
17119 | 17119 | | |
17120 | 17120 | | |
17121 | | - | |
| 17121 | + | |
| 17122 | + | |
17122 | 17123 | | |
17123 | 17124 | | |
17124 | 17125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1397 | 1397 | | |
1398 | 1398 | | |
1399 | 1399 | | |
1400 | | - | |
1401 | | - | |
| 1400 | + | |
1402 | 1401 | | |
1403 | 1402 | | |
1404 | 1403 | | |
| |||
0 commit comments