When I call the Playable Race endpoints I get a list of playable classes for the race - in that list there is an entity
{
"key": {
"href": "https://us.api.blizzard.com/data/wow/playable-class/14?namespace=static-11.0.7_57788-us"
},
"name": "Adventurer",
"id": 14
},
When I call the playable class endpoints with this id, I get a 404
. Can anyone provide any insight on what this “class” is? Should I just filter it out?