WFCD / warframe-items

đŸ“˜ Get all Warframe items directly from Warframe's API. No more messy wikia scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Adaptation tradable set to false

AyAyEm opened this issue · comments

Describe the bug

The adaptation mod tradable key is set to false as it's value

NodeJS Version

14.17.0

npm Version

6.14.13

warframe-items Version

1.1248.9

Access Method

npm Package (Default)

What happened?

As you can see in the image it's supposed to be tradable, so it's value should be true.
Adaptation_trading

It seems that adaptation has duplicated unique name entries, one of which tradable is se to false.
The unique names are:

  • "/Lotus/Upgrades/Mods/Nemesis/AvatarSentientArmourMod" (tradable: false)
  • "/Lotus/Upgrades/Mods/Warframe/AvatarResistanceOnDamageMod" (tradable: true)
commented

fixed with bb64aaa