WoW API: AbandonSkill
Jump to navigation
Jump to search
← WoW API < AbandonSkill
The player abandons a skill.
AbandonSkill(skillIndexNum);
- Arguments
- (Number skillIndexNum)
- skillIndexNum
- The index num of the skill you wish to abandon
- Returns
- nil
- Example
AbandonSkill(44);
- Result
- Description
- The player abandons a skill.