TibiaData/tibiadata-api-go

bug: character killer parser not working fully correct

tobiasehlert opened this issue · 0 comments

Character Ninth Dimension
Mar 12 2024, 22:02:33 CET Eliminated at Level 544 by Pess Joeru, Curly Da Goonx, Setarehh, Skkrimz, Luna Mors, Micklo, Kate Morningstar, Avatar Avatar, San Bernardino Hoodrat, Mighty Nitro, Aiakosz, Sithaadoz, Compa Ache, Cave Stormer and Doppler and Bankrupt.
Assisted by Dark Assa.

It gets parsed to:

{
  "name": "Cave Stormer and Doppler",
  "player": true,
  "traded": false,
  "summon": ""
},
{
  "name": "Bankrupt\u003c/a\u003e",
  "player": false,
  "traded": false,
  "summon": ""
}

The characters should be parsed to this:

  • Cave Stormer
  • Doppler and Bankrupt

Reported by @MichalNawrocik via email.