Skip to content

Commit

Permalink
System - 3rd times the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed Jul 26, 2024
1 parent 1e569cc commit 1d40785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/Functions/Spell.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d40785

Please sign in to comment.