osrsbox / osrsbox-db

A complete and up-to-date database of Old School Runescape (OSRS) items, monsters and prayers
https://www.osrsbox.com/projects/osrsbox-db/
GNU General Public License v3.0
223 stars 80 forks source link

Incorrect duplicate value for Mythical cape #206

Closed LucasThole closed 3 years ago

LucasThole commented 3 years ago

The 'Mythical cape' (id 22114) on the equipment endpoint has its duplicate value set to 'true'. I believe this should be changed to false as this is not a duplicate.

https://api.osrsbox.com/equipment?where={%22name%22:%22Mythical%20cape%22}

osrsbox commented 3 years ago

Hey @LucasThole - just had a look at this issue. I agree. It seems the mounted mythical cape "stole" the duplicate property - as they both share the exact same name and the mounted version has a lower item id value.

This is an easy fix in the project and I will make the change after the next game update. Thanks for reporting the issue! Will close when it is resolved.