Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Disbands an Arena Team if the player is the team captain.
ArenaTeamDisband(index)
Arguments[]
- index
- number - Index of the arena team to delete, index can be a value of 1 through 3.
Example[]
The following macro disbands the first arena team.
/run ArenaTeamDisband(1)
It can be used as the last solution to get rid of an arena team if all the other members of it don't come online anymore or if you just want to delete it. So far there is no UI implementation of this.
Patch changes[]
Patch 5.4.0 (2013-09-10): Removed.