Skip to content

Commit c859fd0

Browse files
committed
Added sort order export to weapons, regenerated data (use to match in save data)
1 parent a304164 commit c859fd0

19 files changed

+1722
-12
lines changed

MHWMasterDataUtils.Core/WeaponBase.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ public abstract class WeaponBase
1414
public uint Id { get; set; }
1515
[JsonProperty("parentId")]
1616
public int ParentId { get; set; }
17+
[JsonProperty("sortOrder")]
18+
public int SortOrder { get; set; }
1719
[JsonProperty("name")]
1820
public Dictionary<string, string> Name { get; set; }
1921
[JsonProperty("description")]

0 commit comments

Comments
 (0)