We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From spellbook "Pet" tab, spellids are wrong, but they are good when they are moved to action bars
The text was updated successfully, but these errors were encountered:
hooksecurefunc("SpellButton_OnEnter", function(self) local slot = SpellBook_GetSpellBookSlot(self) --local spellID = select(2, GetSpellBookItemInfo(slot, SpellBookFrame.bookType)) local spellID = select(7, GetSpellInfo(slot, SpellBookFrame.bookType))
addLine(GameTooltip, spellID, kinds.spell) end)
Here is my solution. GetSpellBookItemInfo is currently broken for petspell.
Sorry, something went wrong.
Just replace GetSpellBookItemInfo with GetSpellInfo. lol
No branches or pull requests
From spellbook "Pet" tab, spellids are wrong, but they are good when they are moved to action bars
The text was updated successfully, but these errors were encountered: