Skip to content

bug: character killer last two incorrect if combination traded and summon #341

@MichalNawrocik

Description

@MichalNawrocik

Character Sergiozk
Crushed at Level 597 by Irynn, Indio Pedibrek, Tenoriio Rex, Pitucola, Lekinho Destroyer, Sergiozk, Aperninha de grilo, Bino Pally Rox, Experience Hunter, Lohana Darkside, Flavzk (traded) and paladin familiar of Fllockyy.

Actual parsing:

{
  "name": "Flavzk and paladin familiar of Fllockyy",
  "player": true,
  "traded": true,
  "summon": ""
}

Expected parsing:

{
  "name": "Flavzk",
  "player": true,
  "traded": true,
  "summon": ""
},
{
  "name": "Fllockyy",
  "player": true,
  "traded": false,
  "summon": "paladin familiar"
}

So the last two killers are wrongfully shown as one.

rel #344 (maybe)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions