WoW:API StartDuelUnit

Revision as of 21:07, 6 April 2006 by WoWWiki>ClydeJr
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Invites a player to a duel. The player is designated by a UnitID.

StartDuelUnit("unit");

Arguments
(String unit)
unitID (examples are "target" and "party1")

Returns
nil

Example
StartDuelUnit("target");
Result
Will invite the currently targetted player to a duel.

Template:WoW API