Skip to content

Commit

Permalink
MDID and MHID seem to be optional chunks, see kultiras_17_17_tex0.adt
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzifix committed Aug 1, 2024
1 parent 22aaa7b commit dc049bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Warcraft.NET/Files/ADT/TerrainTexture/BfA/TerrainTexture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ namespace Warcraft.NET.Files.ADT.TerrainTexture.BfA
[AutoDocFile("adt", "_tex0 ADT")]
public class TerrainTexture : TerrainTextureBase
{
[ChunkOrder(4)]
[ChunkOrder(4), ChunkOptional]
public MDID TextureDiffuseIds { get; set; }

[ChunkOrder(5)]
[ChunkOrder(5), ChunkOptional]
public MHID TextureHeightIds { get; set; }

/// <summary>
Expand Down

0 comments on commit dc049bd

Please sign in to comment.