Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

The player abandons a skill.

AbandonSkill(skillLineID)

Arguments[]

skillLineID
number - The Skill Line ID (can be found with API GetProfessionInfo())

Example[]

local prof1, prof2, archaeology, fishing, cooking, firstAid = GetProfessions();
local skillLineID = select(7, GetProfessionInfo(prof1));
AbandonSkill(skillLineID);

Result[]

The player abandons a skill.

CAUTION: There is no confirmation dialog for this action. Use with care.

Advertisement