We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0346a5 commit 13bcd11Copy full SHA for 13bcd11
1 file changed
src/Lumina/Models/Materials/Material.cs
@@ -174,7 +174,7 @@ public Material Update( GameData data )
174
};
175
}
176
177
- [GeneratedRegex(@"/mt_(?'id1'[cdmw])(?'val1'\d{4})(?'id2'[abefhtze])(?'val2'\d{4})_(?:\w{3}(?:_\w)|(?:\w))\.mtrl")]
+ [GeneratedRegex(@"/mt_(?'id1'[cdmw])(?'val1'\d{4})(?'id2'[abefhtze])(?'val2'\d{4})_(?:\w|_)+\.mtrl")]
178
private static partial Regex MatNameRegex();
179
180
@@ -242,4 +242,4 @@ private void ReadStrings()
242
br.Dispose();
243
244
245
-}
+}
0 commit comments