*Fix build.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-28 17:40:07 -06:00
parent 12bb5538b5
commit b7001f6135

View File

@@ -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);