WoW:API PromoteToLeader: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{Stub/API}}
{{Stub/API}}
PromoteToLeader("[[API_TYPE_PlayerName|PlayerName]]") -
PromoteToPartyLeader("[[API_TYPE_PlayerName|PlayerName]]") -
Promotes the [[API_TYPE_PlayerName|PlayerName]] 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]].
In 2.0.1, the first argument changed from [[API_TYPE_UnitId|UnitId]] to [[API_TYPE_PlayerName|PlayerName]].

Revision as of 01:09, 29 March 2007

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

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