ao-data / albiondata-client

Distributed client for the Albion Online Data project.
https://www.albion-online-data.com/
MIT License
101 stars 30 forks source link

query of item now only returns default qualities=1 instead of all qualities #108

Closed gsiisg closed 3 months ago

gsiisg commented 3 months ago

is the missing other qualities from 2-4 missing on purpose? It used to return all qualities...

bonished commented 3 months ago

is the missing other qualities from 2-4 missing on purpose? It used to return all qualities...

you are wrong sir - &qualities=0 returns all qualities, 1 returns Normal only. hope that helps :)

phendryx commented 3 months ago

Actually, the old software did, in fact, used to return all when you sent in no qualities. I should probably fix that in the new software.

gsiisg commented 3 months ago

@bonished I see, I verified 0 works to return the old behavior @phendryx thanks for verifying that I didn't make a mistake