diff --git a/Server/SQL/ConsumableItemData.cs b/Server/SQL/ConsumableItemData.cs index 59fcbe3..727a783 100644 --- a/Server/SQL/ConsumableItemData.cs +++ b/Server/SQL/ConsumableItemData.cs @@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations; namespace Server.SQL { - public class ConsumableItemData + public class ConsumableItemData { [Key] public long index { get; set; }