WoW API: BuyPetition

From AddOn Studio
Revision as of 23:55, 19 March 2010 by WoWWiki>Starlightblunder (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < BuyPetition

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