diff --git a/System/Functions/Spell.lua b/System/Functions/Spell.lua index 52c56afd5..4089ca0ae 100644 --- a/System/Functions/Spell.lua +++ b/System/Functions/Spell.lua @@ -325,7 +325,7 @@ function br.isSpellInSpellbook(spellID, spellType) return false end -function br.getSpellInSpellbook(spellID, spellType) +function br.getSpellInSpellBook(spellID, spellType) for i = 1, C_SpellBook.GetNumSpellBookSkillLines() do local skillLineInfo = C_SpellBook.GetSpellBookSkillLineInfo(i) local offset, numSlots = skillLineInfo.itemIndexOffset, skillLineInfo.numSpellBookItems