GetProfessions

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 4.0.1 / 4.4.0 / 1.15.3

Returns the spell tab indices of the character's current professions.

prof1, prof2, archaeology, fishing, cooking = GetProfessions()

Returns

prof1
number - spell tab index for the first primary profession, or nil if not learned.
prof2
number - spell tab index for the second primary profession, or nil if not learned.
archaeology
number - spell tab index for Archaeology, or nil if not learned.
fishing
number - spell tab index for Fishing, or nil if not learned.
cooking
number - spell tab index for Cooking, or nil if not learned.

Details

Patch changes