Wynncraft / WynncraftAPI

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

PlayerStats V2: `itemsIdentified` are always 0 #62

Open MrBartusek opened 3 years ago

MrBartusek commented 3 years ago

data.global.itemsIdentified is always 0 for player endpoint Example: https://api.wynncraft.com/v2/player/MrBartusekXD/stats

"global": {
      "chestsFound": 1425,
      "blocksWalked": 17308984,
      "itemsIdentified": 0, <-- error
      "mobsKilled": 48314,
      "totalLevel": {
            "combat": 102,
            "profession": 663,
            "combined": 765
      },
      "pvp": {
            "kills": 0,
            "deaths": 0
      },
      "logins": 598,
      "deaths": 119,
      "discoveries": 586,
      "eventsWon": 0
},