This commit is contained in:
JustArchi
2019-12-20 14:13:38 +01:00
parent 79de98b13c
commit efc8541488

View File

@@ -210,7 +210,8 @@ namespace ArchiSteamFarm.Json {
SteamGems,
SaleItem,
Consumable,
ProfileModifier
ProfileModifier,
Sticker
}
}
@@ -634,6 +635,10 @@ namespace ArchiSteamFarm.Json {
case "item_class_10":
type = Asset.EType.SaleItem;
break;
case "item_class_11":
type = Asset.EType.Sticker;
break;
default:
ASF.ArchiLogger.LogGenericError(string.Format(Strings.WarningUnknownValuePleaseReport, nameof(tag.Value), tag.Value));