Hi guys, I got a little understanding problem, how the api works and handles requests.
I'm having characters in a DB and want to update their times, Outfit ID and World ID, in Case it changes too Server Migration and so on.
Now I'm asking for a character, provide his id, c:show=times,world_id and c:resolve=world
http://pside.co/17a6f7f
but it only shows times, not the world_id
How can I call world_id to show up in the results?
I tried world.world_id, world(world_id) but none of them worked..
Anyone can help?