diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Pet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index cf489a0b8e1..0cf0befb35d 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -1750,7 +1750,7 @@ void Pet::CastPetAura(PetAura const* aura) void Pet::learnSpellHighRank(uint32 spellid) { - learnSpell(spellid,false); + learnSpell(spellid); if(uint32 next = spellmgr.GetNextSpellInChain(spellid)) learnSpellHighRank(next); |