Wowpedia

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

READ MORE

Wowpedia
(Created page with '{{wowapi}} Purchases an arena team charter. BuyPetition(arenaFormat, teamName); == Arguments == ; arenaFormat : Number - index of the arena format; ascending from 1 for: 2v2, 3…')
 
m (arg types)
Line 1: Line 1:
 
{{wowapi}}
 
{{wowapi}}
 
Purchases an arena team charter.
 
Purchases an arena team charter.
BuyPetition(arenaFormat, teamName);
+
BuyPetition(arenaFormat, "teamName");
   
 
== Arguments ==
 
== Arguments ==

Revision as of 00:03, 20 March 2010

Purchases an arena team charter.

BuyPetition(arenaFormat, "teamName");

Arguments

arenaFormat
Number - index of the arena format; ascending from 1 for: 2v2, 3v3, 5v5, in that order.
teamName
String - name of the team you wish to purchase a charter for.

See also