WoW API: ArenaTeamDisband
Jump to navigation
Jump to search
Disbands an Arena Team if the player is the team captain.
ArenaTeamDisband(teamIndex)
Arguments[edit]
- index
- Index of the arena team to delete, index can be a value of 1 through 3.
Example[edit]
/script ArenaTeamDisband(1)
Result
Disbands the first arena team.
Details[edit]
- This script 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.