Skip to content

Commit

Permalink
Fix pet spells
Browse files Browse the repository at this point in the history
  • Loading branch information
InfusOnWoW committed Aug 10, 2024
1 parent bce488a commit 3d25fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ local GetSpellCooldown = GetSpellCooldown or function(spellID)
end

local BOOKTYPE_SPELL = Enum.SpellBookSpellBank.Player or "spell"
local BOOKTYPE_PET = Enum.SpellBookSpellBank.Pet or "pet"

local GetNumSpellTabs = GetNumSpellTabs or C_SpellBook.GetNumSpellBookSkillLines

Expand Down

0 comments on commit 3d25fdb

Please sign in to comment.