WoW API: SetGuildBankTabWithdraw
This is no longer a part of the World of Warcraft API.
|
← WoW API < SetGuildBankTabWithdraw
Edits permissions for a bank tab.
SetGuildBankTabWithdraw(tab, amount);
ParametersEdit
ArgumentsEdit
- tab (number) - Bank Tab to edit.
- amount (number) - Number of withdraws per day.
DetailsEdit
Use GuildControlSetRank() to set what rank you are editing the withdraw limit for. Will not save until GuildControlSaveRank() is called.