Update missing type in model (Fixes #572)
This commit is contained in:
@@ -14,4 +14,10 @@ public record CompleteQuestRequestData : InventoryBaseActionRequestData
|
||||
|
||||
[JsonPropertyName("removeExcessItems")]
|
||||
public bool? RemoveExcessItems { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// This is only set if the quest is repeatable
|
||||
/// </summary>
|
||||
[JsonPropertyName("type")]
|
||||
public string? Type { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user