RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
744 stars 44 forks source link

[BUG?] old Muramana & Seraph's Embrace in Data Dragon item.json #441

Open ackerdev opened 3 years ago

ackerdev commented 3 years ago

Bug Description
http://ddragon.leagueoflegends.com/cdn/11.2.1/data/en_US/item.json These items are duplicated in the list

The second entries for Muramana (3043) and Seraph's Embrace (3048) looks like they're the pre-mythic data and point to invalid item ids for their "specialRecipe".

Impact Can cause issues with code that traverses the item list and expects the ids in "specialRecipe" to exist. Could cause duplicates to show in end-user interfaces that can't actually be found in-game.

DoctressWasTaken commented 3 years ago

This is not a bug.

Kalista's Spear is twice in there because one is for Sylas.

Broken Stopwatch is probably twice cause theres a difference between a bought and a through runes aquired one.

Muramane and Seraph's I assume have a similar reason to be in there twice.

image

ackerdev commented 3 years ago

OK, Kalista's Spear and Broken Stopwatch aren't bugs.

Muramana and Seraph's Embrace both have specialRecipe's that point to ids that don't exist.

This was originally what I saw and I tried to account for other potential errors; my bad. These ones still appear to be flawed. Updated the ticket to reflect this better.