This commit is contained in:
JustArchi
2019-12-24 15:17:41 +01:00
parent 226a105bdf
commit 90312eb453

View File

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