Skip to content

Commit

Permalink
Remove debug adt filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifix committed Aug 1, 2024
1 parent 02176b2 commit 6482afc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12,635 deletions.
2 changes: 1 addition & 1 deletion ADTMeta/Steps/TexMeta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static void Generate()
Console.WriteLine("[INFO] Generating texture meta");
Load();

Parallel.ForEach(ListFile.NameMap.Where(l => l.Value.StartsWith("world/maps/kultiras/kultiras") && l.Value.EndsWith("_tex0.adt")), entry =>
Parallel.ForEach(ListFile.NameMap.Where(l => l.Value.EndsWith("_tex0.adt")), entry =>
{
if (!CASC.Instance.FileExists(entry.Key))
return;
Expand Down
285 changes: 0 additions & 285 deletions Meta/wow/GroundEffect/GroundEffectByTextureFileID.json

This file was deleted.

Loading

0 comments on commit 6482afc

Please sign in to comment.