Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed recipe models #199

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Fixed recipe models #199

merged 1 commit into from
Jul 21, 2021

Conversation

danjagnow
Copy link
Collaborator

Fixed recipe models. Added AllianceCraftedItem and HordeCraftedItem properties for recipes that produce faction-specific items. Added a ModifiedCraftingSlots property for recipes that allow modified crafting. Added a supporting ModifiedCraftingSlot model type. Updated the CraftedQuantity model type to add a Value property and made the existing Minimum and Maximum properties nullable since they are not always present. Added new tests to ensure these cases are tested.

Resolves #197.

Fixed recipe models.  Added AllianceCraftedItem and HordeCraftedItem properties for recipes that produce faction-specific items.  Added a ModifiedCraftingSlots property for recipes that allow modified crafting.  Added a supporting ModifiedCraftingSlot model type.  Updated the CraftedQuantity model type to add a Value property and made the existing Minimum and Maximum properties nullable since they are not always present.  Added new tests to ensure these cases are tested.
@danjagnow danjagnow added the bug label Jul 21, 2021
@danjagnow danjagnow added this to the 7.0 milestone Jul 21, 2021
@danjagnow danjagnow self-assigned this Jul 21, 2021
@danjagnow danjagnow merged commit 72efb40 into master Jul 21, 2021
@danjagnow danjagnow deleted the feature/recipe-models branch July 21, 2021 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CraftedItem in GetRecipeAsync is sometimes null
1 participant