WoW:API PromoteToLeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (flagged as API stub)
mNo edit summary
Line 1: Line 1:
{{Stub/API}}
{{Stub/API}}
PromoteToLeader("[[API_TYPE_UnitId|UnitID]]") -
PromoteToLeader("[[API_TYPE_PlayerName|PlayerName]]") -
Promotes the [[API_TYPE_UnitId|UnitID]] to party leader.
Promotes the [[API_TYPE_PlayerName|PlayerName]] to party leader.
 
In 2.0.1, the first argument changed from [[API_TYPE_UnitId|UnitId]] to [[API_TYPE_PlayerName|PlayerName]].

Revision as of 12:22, 16 December 2006

PromoteToLeader("PlayerName") - Promotes the PlayerName to party leader.

In 2.0.1, the first argument changed from UnitId to PlayerName.