Incorrect / missing data on for 5th slot/legendary items on Market vs Database

Find any bug ? Report it !
Locked
User avatar
nezitx
Esquire
Esquire
Posts: 15
Joined: Fri Jan 26, 2024 4:00 pm

Incorrect / missing data on for 5th slot/legendary items on Market vs Database

When searching items on the market side of the website there are several strange differences vs that of the Database side specifically pertaining to 5th slot / legendary weapons.

Missing data (Market):
* The slot - all crafted items display as Backpack
* The type is missing
* The level is missing
* Is tradeable displays as No (probably because it's missing from JSON data)

JSON inconsistencies: (not restricted to 5th slot / legendary weapons)
===================================
Database: Required Level is an int
Market: Required level is a string

Database: Is_Custom is a string "1" or "0"
Market: Is_Custom is a bool
===================================

Other oddities:
In general, crafted items do show up on the Database side, but not the 5th slot bonus items. They can only be found on the Market side.
marker2.png
market.png
You do not have the required permissions to view the files attached to this post.
User avatar
Adam
Developer
Developer
Posts: 54
Joined: Mon May 23, 2022 8:44 pm

Re: Incorrect / missing data on for 5th slot/legendary items on Market vs Database

Hi! Thanks for catching this, it should be fixed now,
Please update us if you notice anything else missing
Locked