Skip to content

Commit

Permalink
fix: proto id
Browse files Browse the repository at this point in the history
  • Loading branch information
levtoji committed May 22, 2024
1 parent fa63567 commit 9e74f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BO4E/BO/Marktlokation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ public class Marktlokation : BusinessObject
/// </summary>
[JsonProperty(
Required = Required.Default,
Order = 39,
Order = 41,
PropertyName = "lokationsbuendelObjektcode"
)]
[JsonPropertyName("lokationsbuendelObjektcode")]
Expand Down

0 comments on commit 9e74f13

Please sign in to comment.