Wynncraft / WynncraftAPI

Official Wynncraft Public API (Documentation & Issue Tracker)
https://docs.wynncraft.com/
21 stars 10 forks source link

Leaderboards v2 returning wrong xp for solo/profession #33

Open dukio opened 4 years ago

dukio commented 4 years ago

API: https://api.wynncraft.com/v2/leaderboards/player/solo/profession

    {
      "name": "Pododang",
      "uuid": "b027d4e2-41df-44e4-839f-f3ca624b12a4",
      "class": {
        "name": "archer",
        "level": 1369,
        "xp": 1369
      },
      "tag": "Regular",
      "rank": "Player",
      "displayTag": false,
      "veteran": false,
      "minPlayed": 17802,
      "pos": 2
    },
    {
      "name": "Psykko",
      "uuid": "b99e07f1-ec75-4b91-9316-7c063ebb79ef",
      "class": {
        "name": "hunter",
        "level": 1393,
        "xp": 1393
      },
      "tag": "HERO",
      "rank": "Player",
      "displayTag": false,
      "veteran": false,
      "minPlayed": 83614,
      "pos": 1
    }

level and xp are always the same, I think this is a bug?