MagicTheGathering / mtg-sdk-java

Magic: The Gathering SDK - Java
MIT License
67 stars 23 forks source link

Getting duplicate card entries from SetAPI #35

Closed relnah closed 4 years ago

relnah commented 4 years ago

Calling SetAPI.getSet("HML") returns the set with cards but e.g Abbey Matron is duplicated. When running corresponding query straight in a browser window there is no duplication.

thechucklingatom commented 4 years ago

Fix for this is in v0.15, working on uploading to maven