This is no longer a part of the World of Warcraft API.
|
Invites a player to start a duel.
StartDuelUnit("unit");
Parameters
Edit
Arguments
Edit
- ("unit")
- unit
- String - The name of the player to invite to duel.
Returns
Edit
- nil
Example
Edit
- This function can be called with the varibale "unit" as the player that should be invited to duel.
function startDuel(unit) StartDuelUnit(unit); end