Wrong number of character utility skills
JaxomNC.5381:
Hi, I’ve noticed that the v2 characters endpoint has started returning the character equiped skills (skill slots 6-10). However the numbe of utility skills returned is wrong (4 instead of 3, with the 1st one always null). I.e., as of now on my guardian :
"skills": {
"pve": {
"heal": 312,
"utilities": [null, 310, 330, 255],
"elite": 4745
},
"pvp": {
"heal": 259,
"utilities": [null, 332, 327, 4746],
"elite": 4745
},
"wvw": {
"heal": 259,
"utilities": [null, 4858, 4862, 310],
"elite": 4745
}
}
Am I also right to asume that heal and elite return null when no skill equiped (i.e.: on low level toons).
Lawton Campbell.8517:
Ah sorry, the backend support for those went in but the API frontend needs a deploy to fix that as well. Will have that done shortly.
EDIT: Also, yeah, heal/elite will be null if there’s no skill equipped.
EDIT2: Looks like there are some additional underlying issues. Might have to punt on the skills addition until the next release, unfortunately.
EDIT3: Will try to have it fixed in a couple of weeks but turning it off for now since the skill ids are totally broken. ;_;
JaxomNC.5381:
No worries. I was surprised to see those appearing yesterday while playing with my character’s data.