Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
m (spelling)
(corrected wrong description i gave on my initial entry)
Line 7: Line 7:
   
 
== Arguments ==
 
== Arguments ==
:;index : Index of the arena team to request information from, index can be a value of 1 through 3.
+
:;index : Index of the arena team to delete, index can be a value of 1 through 3.
 
   
 
== Example ==
 
== Example ==

Revision as of 00:40, 20 July 2007


Disbands an Arena Team if the player is the team captain.

ArenaTeamDisband(teamIndex)


Arguments

index
Index of the arena team to delete, index can be a value of 1 through 3.

Example

/script ArenaTeamDisband(1)

Result

Disbands the first arena team.


Details

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.