Fixed flea offers not reducing quantity after purchase
This commit is contained in:
@@ -163,6 +163,16 @@ public record RagfairOffer
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Tightly bound to offer.items[0].upd.stackObjectsCount
|
||||
/// </summary>
|
||||
[JsonPropertyName("quantity")]
|
||||
public int? Quantity
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
|
||||
public record OfferRequirement
|
||||
|
||||
Reference in New Issue
Block a user