C_SpellBook.GetCurrentLevelSpells

From Warcraft Wiki
Jump to navigation Jump to search

Returns general, class, and active spec spells that are learned at the specified level.

spellIDs = C_SpellBook.GetCurrentLevelSpells(level)

Arguments

level
number

Returns

spellIDs
number[]

Example

/dump C_SpellBook.GetCurrentLevelSpells(2)
>> {589} -- Shadow Word: Pain

Patch changes