SummonFriend

From Warcraft Wiki
Jump to navigation Jump to search

Summons a player using the RaF system.

SummonFriend(guid, name)

Arguments

guid
string : GUID - The guid of the player.
name
string - The name of the player.

Example

Summons the current target if the target is a recruited friend.

SummonFriend(UnitGUID("target"), UnitName("target"))

See also