-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when interacting with a set crafting station
This happened because when interacting with a set crafting station, GetSmithingPatternInfo returns information about the set-specific recipes (e.g. "Adept Rider's Ring") in addition to the generic ones (e.g. "Ring"). These set-specific recipe names were unrecognised by EqRecipe:fromName, causing an assertion failure. Resolves #1.
- Loading branch information
Showing
2 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters