From b7001f61356f48d7e41ea3f409f1f2011893110e Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 28 Mar 2009 17:40:07 -0600 Subject: [PATCH] *Fix build. --HG-- branch : trunk --- src/game/Pet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);