WoW API: Duel

From AddOn Studio
Revision as of 23:48, 10 February 2021 by Bear (talk | contribs)
Jump to navigation Jump to search

WoW API < Duel

Invites the specified player to a duel.

Duel(playerName)

Parameters

Arguments

  • playerName (string) - The name of the player you wish to duel

Returns

none

Example

Duel("Sembiance");
Result
Invite Sembiance to duel you.