![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns the new spells that will become available for a specific level.
spellIDs = C_SpellBook.GetCurrentLevelSpells(level)
Arguments
- level
- number
Returns
- spellIDs
- number[]
Example
/dump C_SpellBook.GetCurrentLevelSpells(2)
>> {589} -- Shadow Word: Pain
Patch changes
Patch 9.1.0 (2021-06-29): Added.
