Skip to content

bug: pluralisation on todays boosted creature #373

@tobiasehlert

Description

@tobiasehlert

Boosted creatures names are containing s at the end.
This was introduced with PR #372.

Actual parsing:

{
  "creatures": {
    "boosted": {
      "name": "Minotaur Amazons",
      "race": "minotauramazon",
      "image_url": "https://static.tibia.com/images/global/header/monsters/minotauramazon.gif",
      "featured": true
    },

Expected parsing:

{
  "creatures": {
    "boosted": {
      "name": "Minotaur Amazon",
      "race": "minotauramazon",
      "image_url": "https://static.tibia.com/images/global/header/monsters/minotauramazon.gif",
      "featured": true
    },

Reported on Discord by Violent Beams (here).

rel #371

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