Update LegendType with game enum change #63
Labels
Area: Chat links
Related to chat links
Area: Web API v2
Related to the v2 web API
Duration: Short
Less than 2 hours of estimated work
Priority: Low
Low priority
Resolution: Fixed
The issue has been fixed
Type: Bug
Something isn't working
The enum LegendType is hardcoded to start with 13, but the game update of June 9th, 2020 incremented all those values with 1, causing
Legend1
to start at 14.It's currently not actually used by the chat links, even though I had planned it (but probably forgot about them). It's used as an additional input parameter for the API legends endpoint, which uses a string instead. So the enum change isn't that impactful internally in Gw2Sharp, but might be if dependents actually use it.
The text was updated successfully, but these errors were encountered: