diff --git a/AssortGenerator.Models/Output/Suits.cs b/AssortGenerator.Models/Output/Suits.cs index bc32dd3..4190ec7 100644 --- a/AssortGenerator.Models/Output/Suits.cs +++ b/AssortGenerator.Models/Output/Suits.cs @@ -17,7 +17,7 @@ namespace AssortGenerator.Models.Input { public int loyaltyLevel { get; set; } public int profileLevel { get; set; } - public int standing { get; set; } + public decimal standing { get; set; } public List skillRequirements { get; set; } public List questRequirements { get; set; } public List itemRequirements { get; set; }