WoW:API StartDuelUnit
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.