Closed tobiasehlert closed 3 months ago
Todays boosted creature is not parsed correctly on the /v4/creatures endpoint.
/v4/creatures
Actual parsing:
{ "creatures": { "boosted": { "name": "", "race": "", "image_url": "https://static.tibia.com/images/global/header/monsters/acidblob.gif", "featured": true },
Expected parsing:
{ "creatures": { "boosted": { "name": "Acid Blobs", "race": "acidblob", "image_url": "https://static.tibia.com/images/global/header/monsters/acidblob.gif", "featured": true },
Reported on Discord by Violent Beams (here).
Todays boosted creature is not parsed correctly on the
/v4/creatures
endpoint.Actual parsing:
Expected parsing:
Reported on Discord by Violent Beams (here).