Skip to content

Commit 417e22f

Browse files
committed
Add some strings to the known dead list for Fo4
1 parent 8a9aeef commit 417e22f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Mutagen.Bethesda.Tests/Processing/Fallout4Processor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,7 @@ private void FixScriptEntry(IMutagenReadStream stream, long fileOffset, ushort o
11821182
{ ("DLCworkshop01.esm", StringsSource.IL), new() { 0x2B5ED, 0x2BA4A } },
11831183
{ ("DLCworkshop02.esm", StringsSource.Normal), new() { 0x2, 0x7, 0x36736 } },
11841184
{ ("DLCworkshop03.esm", StringsSource.Normal), new() { 0x371 } },
1185+
{ ("Fallout4.esm", StringsSource.DL), new() { 0x36CB7, 0x36CB9 } },
11851186
};
11861187
}
11871188

0 commit comments

Comments
 (0)