Showing Posts For heX.2978:

Daily achievement for 03-05 invalid

in API Development

Posted by: heX.2978

heX.2978

Achievement #1905 is showing up as invalid.

Item flags returning flags + game_type

in API Development

Posted by: heX.2978

heX.2978

https://api.guildwars2.com/v2/items/28445

The item endpoint is not returning the correct flags, it seems to be combining game_type + flags. URL above returns:

“game_types”:[“Activity”,“Wvw”,“Dungeon”,“Pve”]
“flags”:[“Activity”,“Wvw”,“Dungeon”,“Pve”,“SoulBindOnUse”]

It should return (according to the wiki):

“game_types”:[“Activity”,“Wvw”,“Dungeon”,“Pve”]
“flags”:[“SoulBindOnUse”]