diff --git a/Server/SQL/ConsumableItem.cs b/Server/SQL/ConsumableItem.cs index 26f26a9..995c883 100644 --- a/Server/SQL/ConsumableItem.cs +++ b/Server/SQL/ConsumableItem.cs @@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations.Schema; namespace Server.SQL { [Table("consumable_item", Schema = "gamedb")] - public class ConsumableItem + public class ConsumableItem { public long id { get; set; } [JsonIgnore]