Skip to content

Commit

Permalink
Fixed MapDifficulty structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mdX7 committed Oct 5, 2024
1 parent 42e0477 commit c6e7e75
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public class MapDifficultyEntry
public int ItemContextPickerID;
public int Flags;
public int ContentTuningID;
public int WorldStateExpressionID;
[NonInlineRelation(typeof(uint))]
public int MapID;
}
}

0 comments on commit c6e7e75

Please sign in to comment.