TibiaData / tibiadata-api-go

TibiaData API written in Golang and deployed in container (version v3 and above).
https://api.tibiadata.com
MIT License
79 stars 26 forks source link

bug: character killer parser not working fully correct #337

Closed tobiasehlert closed 4 months ago

tobiasehlert commented 4 months ago

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:

Reported by @MichalNawrocik via email.