[DiscordArchive] How much it costs ?
[DiscordArchive] How much it costs ?
Archived author: A2 • Posted: 2021-09-01T16:38:17.256000+00:00
Original source
How much it costs ?
Archived author: stoneharry • Posted: 2021-09-01T16:38:42.814000+00:00
Original source
10 gold for emblem, bank bags depend on the slot
```c++
// these prices are in gold units, not copper
static uint32 const tabPrices[GUILD_BANK_MAX_TABS] = { 100, 250, 500, 1000, 2500, 5000 };
```