Skip to content

bug: issue parsing todays boosted creature #371

@tobiasehlert

Description

@tobiasehlert

Todays boosted creature is not parsed correctly on the /v4/creatures endpoint.

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).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions