gw2-api / issues

Issue tracker for the Guild Wars 2 API
https://discord.gg/zqeHCEg
17 stars 0 forks source link

`/v2/account/bank`: Only first 512 slots returned #95

Open darthmaim opened 3 months ago

darthmaim commented 3 months ago

Current Behavior

The API only returns the first 512 slots in the bank, all slots after that are always null. The bank can have up to 540 slots since the 18th bank tab was added with Janthir Wilds.

Expected Behavior

All bank tabs slots should be returned.

Steps To Reproduce

  1. Put items in the 18th bank tab
  2. Observe that only the first two slots of the 18th bank tab are returned (index 510 and 511), all slots after are null

Happening since

Janthir Wilds

Anything else?

No response