We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce488a commit 3d25fdbCopy full SHA for 3d25fdb
main.lua
@@ -35,6 +35,7 @@ local GetSpellCooldown = GetSpellCooldown or function(spellID)
35
end
36
37
local BOOKTYPE_SPELL = Enum.SpellBookSpellBank.Player or "spell"
38
+local BOOKTYPE_PET = Enum.SpellBookSpellBank.Pet or "pet"
39
40
local GetNumSpellTabs = GetNumSpellTabs or C_SpellBook.GetNumSpellBookSkillLines
41
0 commit comments