We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just adding these issues so people are aware and we can track them as they'll need to be fixed before the next major dalamud release.
Easiest way to replicate:
GameData.GetExcelSheet<GatheringPointBase>()!.GetRow(30); var name = gpb.GatheringType.ValueNullable?.Name ?? "test";
It appears to be using the GatheringPointBase's page's language which is None but GatheringType requires a language to be passed in.
At a guess we'd need to grab the module's default language but I think we should also be able to request a row of a specific language
The text was updated successfully, but these errors were encountered:
I ran into this today and reported it to Asriel in #dalamud-dev. Apparently she already has it fixed locally and will PR it soon. 🙂
Sorry, something went wrong.
This is fixed in 5.2.0 (#95).
Awesome, closing :)
No branches or pull requests
Just adding these issues so people are aware and we can track them as they'll need to be fixed before the next major dalamud release.
Easiest way to replicate:
It appears to be using the GatheringPointBase's page's language which is None but GatheringType requires a language to be passed in.
At a guess we'd need to grab the module's default language but I think we should also be able to request a row of a specific language
The text was updated successfully, but these errors were encountered: