-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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 workingSomething isn't working