Skip to content

Commit 3d25fdb

Browse files
committed
Fix pet spells
1 parent bce488a commit 3d25fdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ local GetSpellCooldown = GetSpellCooldown or function(spellID)
3535
end
3636

3737
local BOOKTYPE_SPELL = Enum.SpellBookSpellBank.Player or "spell"
38+
local BOOKTYPE_PET = Enum.SpellBookSpellBank.Pet or "pet"
3839

3940
local GetNumSpellTabs = GetNumSpellTabs or C_SpellBook.GetNumSpellBookSkillLines
4041

0 commit comments

Comments
 (0)