diff options
author | megamage <none@none> | 2009-03-28 17:40:07 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-28 17:40:07 -0600 |
commit | b7001f61356f48d7e41ea3f409f1f2011893110e (patch) | |
tree | 6651be1d05a541a7926c70b9e4fe7dc69250c8f5 /src | |
parent | 12bb5538b5fb6b58b8f94d3dd5673d7700b954f4 (diff) |
*Fix build.
--HG--
branch : trunk
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); |