Open darthmaim opened 9 months ago
Some (old) skins are missing overrides, here is an example:
(note that all color_id are 1 because of #71)
color_id
There are more skins with this issue, for example https://api.guildwars2.com/v2/skins/891
The skins should return the correct overrides, like this skin for example: https://api.guildwars2.com/v2/skins/117
Compare the dye_slots returned by https://api.guildwars2.com/v2/skins/810 with the dye slots rendered ingame. Observe that Human, Norn, and Sylvari female characters only have 2 dye slots ingame, others have 3. The API is missing these overrides
dye_slots
unknown
No response
Current Behavior
Some (old) skins are missing overrides, here is an example:
(note that all
color_id
are 1 because of #71)There are more skins with this issue, for example https://api.guildwars2.com/v2/skins/891
Expected Behavior
The skins should return the correct overrides, like this skin for example: https://api.guildwars2.com/v2/skins/117
Steps To Reproduce
Compare the
dye_slots
returned by https://api.guildwars2.com/v2/skins/810 with the dye slots rendered ingame. Observe that Human, Norn, and Sylvari female characters only have 2 dye slots ingame, others have 3. The API is missing these overridesHappening since
unknown
Anything else?
No response