Method Pet:RemoveSpell [-] [+]
Removes a spell from the Pet's spellbook.
Synopsis
success = Pet:RemoveSpell( spellId, learnPrev, clearAb )
Arguments
number spellIdThe spell ID to remove.
Valid numbers: integers from 0 to 4,294,967,295.
boolean learnPrevIf
true, learns the previous rank by default is false.
boolean clearAbIf
true, clears the spell from action bar by default is true.
Returns
boolean successtrueif the spell was removed successfully.